Exemple #1
0
 public TestTypeApp.SocksService.socks Read(int arg0)
 {
     TestTypeApp.SocksService.Read inValue = new TestTypeApp.SocksService.Read();
     inValue.arg0 = arg0;
     TestTypeApp.SocksService.ReadResponse retVal = ((TestTypeApp.SocksService.SocksService)(this)).Read(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <TestTypeApp.SocksService.ReadResponse> ReadAsync(int arg0)
 {
     TestTypeApp.SocksService.Read inValue = new TestTypeApp.SocksService.Read();
     inValue.arg0 = arg0;
     return(((TestTypeApp.SocksService.SocksService)(this)).ReadAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestTypeApp.SocksService.ReadResponse> TestTypeApp.SocksService.SocksService.ReadAsync(TestTypeApp.SocksService.Read request)
 {
     return(base.Channel.ReadAsync(request));
 }
Exemple #4
0
 TestTypeApp.SocksService.ReadResponse TestTypeApp.SocksService.SocksService.Read(TestTypeApp.SocksService.Read request)
 {
     return(base.Channel.Read(request));
 }