IRPCClient.connect

Try to connect the client.

interface IRPCClient(TId, TRequest, TResponse)
@safe nothrow
bool
connect
()
if (
is(TRequest : IRPCRequest!TId) &&
is(TResponse : IRPCResponse)
)

Meta