RPCClient.this

Instantiate an RPCClient bound to the specified host.

class RPCClient(API, Transport = TCPTransport)
this
(
string host
,
ushort port
)
if (
is(API == interface) &&
isTransport!Transport
)

Parameters

host string

The hostname or address of the RPC server.

port ushort

The port at which to connect to the server.

Meta