Пример #1
0
 public System.Threading.Tasks.Task <client.SOAPWS.sum_41> AddsAsync(int x, int y)
 {
     client.SOAPWS.sum_4 inValue = new client.SOAPWS.sum_4();
     inValue.x = x;
     inValue.y = y;
     return(((client.SOAPWS.SimpleSoap)(this)).AddsAsync(inValue));
 }
Пример #2
0
 public int Adds(int x, int y)
 {
     client.SOAPWS.sum_4 inValue = new client.SOAPWS.sum_4();
     inValue.x = x;
     inValue.y = y;
     client.SOAPWS.sum_41 retVal = ((client.SOAPWS.SimpleSoap)(this)).Adds(inValue);
     return(retVal.sum_4Result);
 }
Пример #3
0
 System.Threading.Tasks.Task <client.SOAPWS.sum_41> client.SOAPWS.SimpleSoap.AddsAsync(client.SOAPWS.sum_4 request)
 {
     return(base.Channel.AddsAsync(request));
 }
Пример #4
0
 client.SOAPWS.sum_41 client.SOAPWS.SimpleSoap.Adds(client.SOAPWS.sum_4 request)
 {
     return(base.Channel.Adds(request));
 }