Beispiel #1
0
 public System.Threading.Tasks.Task <WebApplication2.ServiceReference3.GetWeekResponse> GetWeekAsync(int day)
 {
     WebApplication2.ServiceReference3.GetWeekRequest inValue = new WebApplication2.ServiceReference3.GetWeekRequest();
     inValue.Body     = new WebApplication2.ServiceReference3.GetWeekRequestBody();
     inValue.Body.day = day;
     return(((WebApplication2.ServiceReference3.WebService2Soap)(this)).GetWeekAsync(inValue));
 }
Beispiel #2
0
 public string GetWeek(int day)
 {
     WebApplication2.ServiceReference3.GetWeekRequest inValue = new WebApplication2.ServiceReference3.GetWeekRequest();
     inValue.Body     = new WebApplication2.ServiceReference3.GetWeekRequestBody();
     inValue.Body.day = day;
     WebApplication2.ServiceReference3.GetWeekResponse retVal = ((WebApplication2.ServiceReference3.WebService2Soap)(this)).GetWeek(inValue);
     return(retVal.Body.GetWeekResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <WebApplication2.ServiceReference3.GetWeekResponse> WebApplication2.ServiceReference3.WebService2Soap.GetWeekAsync(WebApplication2.ServiceReference3.GetWeekRequest request)
 {
     return(base.Channel.GetWeekAsync(request));
 }
Beispiel #4
0
 WebApplication2.ServiceReference3.GetWeekResponse WebApplication2.ServiceReference3.WebService2Soap.GetWeek(WebApplication2.ServiceReference3.GetWeekRequest request)
 {
     return(base.Channel.GetWeek(request));
 }