Exemplo n.º 1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.CaseEC2.TestResponse> TestAsync()
 {
     EC_Endpoint_Client.CaseEC2.TestRequest inValue = new EC_Endpoint_Client.CaseEC2.TestRequest();
     return(((EC_Endpoint_Client.CaseEC2.ICaseEC2)(this)).TestAsync(inValue));
 }
Exemplo n.º 2
0
 public void Test()
 {
     EC_Endpoint_Client.CaseEC2.TestRequest  inValue = new EC_Endpoint_Client.CaseEC2.TestRequest();
     EC_Endpoint_Client.CaseEC2.TestResponse retVal  = ((EC_Endpoint_Client.CaseEC2.ICaseEC2)(this)).Test(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.CaseEC2.TestResponse> EC_Endpoint_Client.CaseEC2.ICaseEC2.TestAsync(EC_Endpoint_Client.CaseEC2.TestRequest request)
 {
     return(base.Channel.TestAsync(request));
 }
Exemplo n.º 4
0
 EC_Endpoint_Client.CaseEC2.TestResponse EC_Endpoint_Client.CaseEC2.ICaseEC2.Test(EC_Endpoint_Client.CaseEC2.TestRequest request)
 {
     return(base.Channel.Test(request));
 }