Пример #1
0
 public TestTypeApp.SocksService.socks[] Find(string arg0)
 {
     TestTypeApp.SocksService.Find inValue = new TestTypeApp.SocksService.Find();
     inValue.arg0 = arg0;
     TestTypeApp.SocksService.FindResponse retVal = ((TestTypeApp.SocksService.SocksService)(this)).Find(inValue);
     return(retVal.@return);
 }
Пример #2
0
 public System.Threading.Tasks.Task <TestTypeApp.SocksService.FindResponse> FindAsync(string arg0)
 {
     TestTypeApp.SocksService.Find inValue = new TestTypeApp.SocksService.Find();
     inValue.arg0 = arg0;
     return(((TestTypeApp.SocksService.SocksService)(this)).FindAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <TestTypeApp.SocksService.FindResponse> TestTypeApp.SocksService.SocksService.FindAsync(TestTypeApp.SocksService.Find request)
 {
     return(base.Channel.FindAsync(request));
 }
Пример #4
0
 TestTypeApp.SocksService.FindResponse TestTypeApp.SocksService.SocksService.Find(TestTypeApp.SocksService.Find request)
 {
     return(base.Channel.Find(request));
 }