Exemplo n.º 1
0
 public AspNetWebFormEmpty.ServiceReference1.RemoteClientData[] GetRemoteClientData(string optionalstr)
 {
     AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataRequest inValue = new AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataRequest();
     inValue.optionalstr = optionalstr;
     AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataResponse retVal = ((AspNetWebFormEmpty.ServiceReference1.WebService2Soap)(this)).GetRemoteClientData(inValue);
     return(retVal.GetRemoteClientDataResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataResponse> GetRemoteClientDataAsync(string optionalstr)
 {
     AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataRequest inValue = new AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataRequest();
     inValue.optionalstr = optionalstr;
     return(((AspNetWebFormEmpty.ServiceReference1.WebService2Soap)(this)).GetRemoteClientDataAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataResponse> AspNetWebFormEmpty.ServiceReference1.WebService2Soap.GetRemoteClientDataAsync(AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataRequest request)
 {
     return(base.Channel.GetRemoteClientDataAsync(request));
 }
Exemplo n.º 4
0
 AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataResponse AspNetWebFormEmpty.ServiceReference1.WebService2Soap.GetRemoteClientData(AspNetWebFormEmpty.ServiceReference1.GetRemoteClientDataRequest request)
 {
     return(base.Channel.GetRemoteClientData(request));
 }