Esempio n. 1
0
 public RpcTcpClientInitializer(IConfigurationRoot configuration, ClientHandler handler, TarsCodecAttribute tars)
 {
     this.configuration = configuration;
     this.handler       = handler;
     this.tars          = tars;
 }
Esempio n. 2
0
 public RpcUdpClientInitializer(ClientHandler handler, TarsCodecAttribute tars)
 {
     this.handler = handler;
     this.tars    = tars;
 }