示例#1
0
 internal DynamicProxy(RPCClient client, ServiceDescriptor descriptor)
 {
     _client     = client;
     _descriptor = descriptor;
 }