Exemplo n.º 1
0
 public System.Threading.Tasks.Task <webclient.wss.HelloWorldResponse> HelloWorldAsync(string ad, string soyad)
 {
     webclient.wss.HelloWorldRequest inValue = new webclient.wss.HelloWorldRequest();
     inValue.Body       = new webclient.wss.HelloWorldRequestBody();
     inValue.Body.ad    = ad;
     inValue.Body.soyad = soyad;
     return(((webclient.wss.WebServiceSoap)(this)).HelloWorldAsync(inValue));
 }
Exemplo n.º 2
0
 public string HelloWorld(string ad, string soyad)
 {
     webclient.wss.HelloWorldRequest inValue = new webclient.wss.HelloWorldRequest();
     inValue.Body       = new webclient.wss.HelloWorldRequestBody();
     inValue.Body.ad    = ad;
     inValue.Body.soyad = soyad;
     webclient.wss.HelloWorldResponse retVal = ((webclient.wss.WebServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <webclient.wss.HelloWorldResponse> webclient.wss.WebServiceSoap.HelloWorldAsync(webclient.wss.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Exemplo n.º 4
0
 webclient.wss.HelloWorldResponse webclient.wss.WebServiceSoap.HelloWorld(webclient.wss.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }