Пример #1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.LookUpEC2.TestResponse> TestAsync()
 {
     EC_Endpoint_Client.LookUpEC2.TestRequest inValue = new EC_Endpoint_Client.LookUpEC2.TestRequest();
     return(((EC_Endpoint_Client.LookUpEC2.ILookUpExternalEC2)(this)).TestAsync(inValue));
 }
Пример #2
0
 public void Test()
 {
     EC_Endpoint_Client.LookUpEC2.TestRequest  inValue = new EC_Endpoint_Client.LookUpEC2.TestRequest();
     EC_Endpoint_Client.LookUpEC2.TestResponse retVal  = ((EC_Endpoint_Client.LookUpEC2.ILookUpExternalEC2)(this)).Test(inValue);
 }
Пример #3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.LookUpEC2.TestResponse> EC_Endpoint_Client.LookUpEC2.ILookUpExternalEC2.TestAsync(EC_Endpoint_Client.LookUpEC2.TestRequest request)
 {
     return(base.Channel.TestAsync(request));
 }
Пример #4
0
 EC_Endpoint_Client.LookUpEC2.TestResponse EC_Endpoint_Client.LookUpEC2.ILookUpExternalEC2.Test(EC_Endpoint_Client.LookUpEC2.TestRequest request)
 {
     return(base.Channel.Test(request));
 }