Exemplo n.º 1
0
 public string TodaysDilbert()
 {
     ApiProject1.DilbertService.TodaysDilbertRequest inValue = new ApiProject1.DilbertService.TodaysDilbertRequest();
     inValue.Body = new ApiProject1.DilbertService.TodaysDilbertRequestBody();
     ApiProject1.DilbertService.TodaysDilbertResponse retVal = ((ApiProject1.DilbertService.DilbertSoap)(this)).TodaysDilbert(inValue);
     return(retVal.Body.TodaysDilbertResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ApiProject1.DilbertService.TodaysDilbertResponse> TodaysDilbertAsync()
 {
     ApiProject1.DilbertService.TodaysDilbertRequest inValue = new ApiProject1.DilbertService.TodaysDilbertRequest();
     inValue.Body = new ApiProject1.DilbertService.TodaysDilbertRequestBody();
     return(((ApiProject1.DilbertService.DilbertSoap)(this)).TodaysDilbertAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ApiProject1.DilbertService.TodaysDilbertResponse> ApiProject1.DilbertService.DilbertSoap.TodaysDilbertAsync(ApiProject1.DilbertService.TodaysDilbertRequest request)
 {
     return(base.Channel.TodaysDilbertAsync(request));
 }
Exemplo n.º 4
0
 ApiProject1.DilbertService.TodaysDilbertResponse ApiProject1.DilbertService.DilbertSoap.TodaysDilbert(ApiProject1.DilbertService.TodaysDilbertRequest request)
 {
     return(base.Channel.TodaysDilbert(request));
 }