Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Booking.WebServiceRef.GetFileContentResponse> GetFileContentAsync(string filename)
 {
     Booking.WebServiceRef.GetFileContentRequest inValue = new Booking.WebServiceRef.GetFileContentRequest();
     inValue.Body          = new Booking.WebServiceRef.GetFileContentRequestBody();
     inValue.Body.filename = filename;
     return(((Booking.WebServiceRef.WebServiceSoap)(this)).GetFileContentAsync(inValue));
 }
Ejemplo n.º 2
0
 public string GetFileContent(string filename)
 {
     Booking.WebServiceRef.GetFileContentRequest inValue = new Booking.WebServiceRef.GetFileContentRequest();
     inValue.Body          = new Booking.WebServiceRef.GetFileContentRequestBody();
     inValue.Body.filename = filename;
     Booking.WebServiceRef.GetFileContentResponse retVal = ((Booking.WebServiceRef.WebServiceSoap)(this)).GetFileContent(inValue);
     return(retVal.Body.GetFileContentResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Booking.WebServiceRef.GetFileContentResponse> Booking.WebServiceRef.WebServiceSoap.GetFileContentAsync(Booking.WebServiceRef.GetFileContentRequest request)
 {
     return(base.Channel.GetFileContentAsync(request));
 }
Ejemplo n.º 4
0
 Booking.WebServiceRef.GetFileContentResponse Booking.WebServiceRef.WebServiceSoap.GetFileContent(Booking.WebServiceRef.GetFileContentRequest request)
 {
     return(base.Channel.GetFileContent(request));
 }