Пример #1
0
 public System.Threading.Tasks.Task <HelloClient.HelloDOB.GetDobResponse> GetDobAsync(string date)
 {
     HelloClient.HelloDOB.GetDobRequest inValue = new HelloClient.HelloDOB.GetDobRequest();
     inValue.Body      = new HelloClient.HelloDOB.GetDobRequestBody();
     inValue.Body.date = date;
     return(((HelloClient.HelloDOB.DOBSoap)(this)).GetDobAsync(inValue));
 }
Пример #2
0
 public string GetDob(string date)
 {
     HelloClient.HelloDOB.GetDobRequest inValue = new HelloClient.HelloDOB.GetDobRequest();
     inValue.Body      = new HelloClient.HelloDOB.GetDobRequestBody();
     inValue.Body.date = date;
     HelloClient.HelloDOB.GetDobResponse retVal = ((HelloClient.HelloDOB.DOBSoap)(this)).GetDob(inValue);
     return(retVal.Body.GetDobResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <HelloClient.HelloDOB.GetDobResponse> HelloClient.HelloDOB.DOBSoap.GetDobAsync(HelloClient.HelloDOB.GetDobRequest request)
 {
     return(base.Channel.GetDobAsync(request));
 }
Пример #4
0
 HelloClient.HelloDOB.GetDobResponse HelloClient.HelloDOB.DOBSoap.GetDob(HelloClient.HelloDOB.GetDobRequest request)
 {
     return(base.Channel.GetDob(request));
 }