Exemple #1
0
 public string TwRooms()
 {
     Test.ServiceReference1.TwRoomsRequest inValue = new Test.ServiceReference1.TwRoomsRequest();
     inValue.Body = new Test.ServiceReference1.TwRoomsRequestBody();
     Test.ServiceReference1.TwRoomsResponse retVal = ((Test.ServiceReference1.HJ_ServiceSoap)(this)).TwRooms(inValue);
     return(retVal.Body.TwRoomsResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Test.ServiceReference1.TwRoomsResponse> TwRoomsAsync()
 {
     Test.ServiceReference1.TwRoomsRequest inValue = new Test.ServiceReference1.TwRoomsRequest();
     inValue.Body = new Test.ServiceReference1.TwRoomsRequestBody();
     return(((Test.ServiceReference1.HJ_ServiceSoap)(this)).TwRoomsAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <Test.ServiceReference1.TwRoomsResponse> Test.ServiceReference1.HJ_ServiceSoap.TwRoomsAsync(Test.ServiceReference1.TwRoomsRequest request)
 {
     return(base.Channel.TwRoomsAsync(request));
 }
Exemple #4
0
 Test.ServiceReference1.TwRoomsResponse Test.ServiceReference1.HJ_ServiceSoap.TwRooms(Test.ServiceReference1.TwRoomsRequest request)
 {
     return(base.Channel.TwRooms(request));
 }