Ejemplo n.º 1
0
 public string AuthTest(SoapHeaderAuthClient.HelloWorldBridge.AuthSoapHd AuthSoapHd)
 {
     SoapHeaderAuthClient.HelloWorldBridge.AuthTestRequest inValue = new SoapHeaderAuthClient.HelloWorldBridge.AuthTestRequest();
     inValue.AuthSoapHd = AuthSoapHd;
     SoapHeaderAuthClient.HelloWorldBridge.AuthTestResponse retVal = ((SoapHeaderAuthClient.HelloWorldBridge.HelloWorldSoap)(this)).AuthTest(inValue);
     return(retVal.AuthTestResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <SoapHeaderAuthClient.HelloWorldBridge.AuthTestResponse> AuthTestAsync(SoapHeaderAuthClient.HelloWorldBridge.AuthSoapHd AuthSoapHd)
 {
     SoapHeaderAuthClient.HelloWorldBridge.AuthTestRequest inValue = new SoapHeaderAuthClient.HelloWorldBridge.AuthTestRequest();
     inValue.AuthSoapHd = AuthSoapHd;
     return(((SoapHeaderAuthClient.HelloWorldBridge.HelloWorldSoap)(this)).AuthTestAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <SoapHeaderAuthClient.HelloWorldBridge.AuthTestResponse> SoapHeaderAuthClient.HelloWorldBridge.HelloWorldSoap.AuthTestAsync(SoapHeaderAuthClient.HelloWorldBridge.AuthTestRequest request)
 {
     return(base.Channel.AuthTestAsync(request));
 }
Ejemplo n.º 4
0
 SoapHeaderAuthClient.HelloWorldBridge.AuthTestResponse SoapHeaderAuthClient.HelloWorldBridge.HelloWorldSoap.AuthTest(SoapHeaderAuthClient.HelloWorldBridge.AuthTestRequest request)
 {
     return(base.Channel.AuthTest(request));
 }