Beispiel #1
0
 public RpcAddress(string host, ushort port)
 {
     addr = Native.dsn_address_build(host, port);
 }