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