Example #1
0
 public System.Threading.Tasks.Task <EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultResponse> IsAccountOutlookResultAsync(string Username, string password)
 {
     EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequest inValue = new EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequest();
     inValue.Body          = new EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequestBody();
     inValue.Body.Username = Username;
     inValue.Body.password = password;
     return(((EVN.HCMC.WebAPI.DataProvider.WGISService.wsGISSoap)(this)).IsAccountOutlookResultAsync(inValue));
 }
Example #2
0
 public bool IsAccountOutlookResult(string Username, string password)
 {
     EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequest inValue = new EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequest();
     inValue.Body          = new EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequestBody();
     inValue.Body.Username = Username;
     inValue.Body.password = password;
     EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultResponse retVal = ((EVN.HCMC.WebAPI.DataProvider.WGISService.wsGISSoap)(this)).IsAccountOutlookResult(inValue);
     return(retVal.Body.IsAccountOutlookResultResult);
 }
Example #3
0
 System.Threading.Tasks.Task <EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultResponse> EVN.HCMC.WebAPI.DataProvider.WGISService.wsGISSoap.IsAccountOutlookResultAsync(EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequest request)
 {
     return(base.Channel.IsAccountOutlookResultAsync(request));
 }
Example #4
0
 EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultResponse EVN.HCMC.WebAPI.DataProvider.WGISService.wsGISSoap.IsAccountOutlookResult(EVN.HCMC.WebAPI.DataProvider.WGISService.IsAccountOutlookResultRequest request)
 {
     return(base.Channel.IsAccountOutlookResult(request));
 }