Beispiel #1
0
 public System.Threading.Tasks.Task <ClientWebApp.CommunityLibrary.TestResponse> TestAsync(string name)
 {
     ClientWebApp.CommunityLibrary.TestRequest inValue = new ClientWebApp.CommunityLibrary.TestRequest();
     inValue.Body      = new ClientWebApp.CommunityLibrary.TestRequestBody();
     inValue.Body.name = name;
     return(((ClientWebApp.CommunityLibrary.CommunityLibraryPrivateSoap)(this)).TestAsync(inValue));
 }
Beispiel #2
0
 public string Test(string name)
 {
     ClientWebApp.CommunityLibrary.TestRequest inValue = new ClientWebApp.CommunityLibrary.TestRequest();
     inValue.Body      = new ClientWebApp.CommunityLibrary.TestRequestBody();
     inValue.Body.name = name;
     ClientWebApp.CommunityLibrary.TestResponse retVal = ((ClientWebApp.CommunityLibrary.CommunityLibraryPrivateSoap)(this)).Test(inValue);
     return(retVal.Body.TestResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ClientWebApp.CommunityLibrary.TestResponse> ClientWebApp.CommunityLibrary.CommunityLibraryPrivateSoap.TestAsync(ClientWebApp.CommunityLibrary.TestRequest request)
 {
     return(base.Channel.TestAsync(request));
 }
Beispiel #4
0
 ClientWebApp.CommunityLibrary.TestResponse ClientWebApp.CommunityLibrary.CommunityLibraryPrivateSoap.Test(ClientWebApp.CommunityLibrary.TestRequest request)
 {
     return(base.Channel.Test(request));
 }