The address to the Server, eg ws://example.com:8042
.
The protocol buffer service class to use, an instance of this will be available as Client.service.
Client options, readonly.
The protobuf service instance which holds all the rpc methods defined in your protocol.
Connect to the server.
Disconnect from the server.
Return true
if the client is connected, otherwise false
.
Generated using TypeDoc
RPC Client
Can be used in both node.js and the browser. Also see IClientOptions.