示例#1
0
文件: Utils.cs 项目: zmyer/rDSN
 public RpcAddress(string host, ushort port)
 {
     addr = Native.dsn_address_build(host, port);
 }