예제 #1
0
 public string dateShow()
 {
     ClientWindowsForm.ServiceReference1.dateShowRequest inValue = new ClientWindowsForm.ServiceReference1.dateShowRequest();
     inValue.Body = new ClientWindowsForm.ServiceReference1.dateShowRequestBody();
     ClientWindowsForm.ServiceReference1.dateShowResponse retVal = ((ClientWindowsForm.ServiceReference1.WebService1Soap)(this)).dateShow(inValue);
     return(retVal.Body.dateShowResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <ClientWindowsForm.ServiceReference1.dateShowResponse> dateShowAsync()
 {
     ClientWindowsForm.ServiceReference1.dateShowRequest inValue = new ClientWindowsForm.ServiceReference1.dateShowRequest();
     inValue.Body = new ClientWindowsForm.ServiceReference1.dateShowRequestBody();
     return(((ClientWindowsForm.ServiceReference1.WebService1Soap)(this)).dateShowAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <ClientWindowsForm.ServiceReference1.dateShowResponse> ClientWindowsForm.ServiceReference1.WebService1Soap.dateShowAsync(ClientWindowsForm.ServiceReference1.dateShowRequest request)
 {
     return(base.Channel.dateShowAsync(request));
 }
예제 #4
0
 ClientWindowsForm.ServiceReference1.dateShowResponse ClientWindowsForm.ServiceReference1.WebService1Soap.dateShow(ClientWindowsForm.ServiceReference1.dateShowRequest request)
 {
     return(base.Channel.dateShow(request));
 }