예제 #1
0
 public WindowsFormsClient.SampleSvc.GetWeatherResponse GetWeature(WindowsFormsClient.SampleSvc.GetWeatherRequest req)
 {
     WindowsFormsClient.SampleSvc.GetWeatureRequest inValue = new WindowsFormsClient.SampleSvc.GetWeatureRequest();
     inValue.Body     = new WindowsFormsClient.SampleSvc.GetWeatureRequestBody();
     inValue.Body.req = req;
     WindowsFormsClient.SampleSvc.GetWeatureResponse retVal = ((WindowsFormsClient.SampleSvc.SampleServiceSoap)(this)).GetWeature(inValue);
     return(retVal.Body.GetWeatureResult);
 }
예제 #2
0
 public WindowsFormsClient.SampleSvc.GetWeatherResponse EndGetWeature(System.IAsyncResult result)
 {
     WindowsFormsClient.SampleSvc.GetWeatureResponse retVal = ((WindowsFormsClient.SampleSvc.SampleServiceSoap)(this)).EndGetWeature(result);
     return(retVal.Body.GetWeatureResult);
 }