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)); }
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); }
System.Threading.Tasks.Task <WpfApp2.ServiceReference2.GetFileContentsResponse> WpfApp2.ServiceReference2.WebService1Soap.GetFileContentsAsync(WpfApp2.ServiceReference2.GetFileContentsRequest request) { return(base.Channel.GetFileContentsAsync(request)); }
WpfApp2.ServiceReference2.GetFileContentsResponse WpfApp2.ServiceReference2.WebService1Soap.GetFileContents(WpfApp2.ServiceReference2.GetFileContentsRequest request) { return(base.Channel.GetFileContents(request)); }