Exemplo n.º 1
0
 public WebClient.IIS_ServiceReference.Student PostData(WebClient.IIS_ServiceReference.SoapHeaderHelper SoapHeaderHelper, string name, string pwd)
 {
     WebClient.IIS_ServiceReference.PostDataRequest inValue = new WebClient.IIS_ServiceReference.PostDataRequest();
     inValue.SoapHeaderHelper = SoapHeaderHelper;
     inValue.name             = name;
     inValue.pwd = pwd;
     WebClient.IIS_ServiceReference.PostDataResponse retVal = ((WebClient.IIS_ServiceReference.TestWebServiceSoap)(this)).PostData(inValue);
     return(retVal.PostDataResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <WebClient.IIS_ServiceReference.PostDataResponse> PostDataAsync(WebClient.IIS_ServiceReference.SoapHeaderHelper SoapHeaderHelper, string name, string pwd)
 {
     WebClient.IIS_ServiceReference.PostDataRequest inValue = new WebClient.IIS_ServiceReference.PostDataRequest();
     inValue.SoapHeaderHelper = SoapHeaderHelper;
     inValue.name             = name;
     inValue.pwd = pwd;
     return(((WebClient.IIS_ServiceReference.TestWebServiceSoap)(this)).PostDataAsync(inValue));
 }
Exemplo n.º 3
0
 public PostDataRequest(WebClient.IIS_ServiceReference.SoapHeaderHelper SoapHeaderHelper, string name, string pwd)
 {
     this.SoapHeaderHelper = SoapHeaderHelper;
     this.name             = name;
     this.pwd = pwd;
 }