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