Exemple #1
0
 public System.Threading.Tasks.Task <WpfWebServiceClient.ServiceReference1.GetFileContentsResponse> GetFileContentsAsync(string file)
 {
     WpfWebServiceClient.ServiceReference1.GetFileContentsRequest inValue = new WpfWebServiceClient.ServiceReference1.GetFileContentsRequest();
     inValue.Body      = new WpfWebServiceClient.ServiceReference1.GetFileContentsRequestBody();
     inValue.Body.file = file;
     return(((WpfWebServiceClient.ServiceReference1.WebService1Soap)(this)).GetFileContentsAsync(inValue));
 }
Exemple #2
0
 public WpfWebServiceClient.ServiceReference1.ArrayOfString GetFileContents(string file)
 {
     WpfWebServiceClient.ServiceReference1.GetFileContentsRequest inValue = new WpfWebServiceClient.ServiceReference1.GetFileContentsRequest();
     inValue.Body      = new WpfWebServiceClient.ServiceReference1.GetFileContentsRequestBody();
     inValue.Body.file = file;
     WpfWebServiceClient.ServiceReference1.GetFileContentsResponse retVal = ((WpfWebServiceClient.ServiceReference1.WebService1Soap)(this)).GetFileContents(inValue);
     return(retVal.Body.GetFileContentsResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WpfWebServiceClient.ServiceReference1.GetFileContentsResponse> WpfWebServiceClient.ServiceReference1.WebService1Soap.GetFileContentsAsync(WpfWebServiceClient.ServiceReference1.GetFileContentsRequest request)
 {
     return(base.Channel.GetFileContentsAsync(request));
 }
Exemple #4
0
 WpfWebServiceClient.ServiceReference1.GetFileContentsResponse WpfWebServiceClient.ServiceReference1.WebService1Soap.GetFileContents(WpfWebServiceClient.ServiceReference1.GetFileContentsRequest request)
 {
     return(base.Channel.GetFileContents(request));
 }