  | JsonRpcClientHandler Property  | 
 [This is preliminary documentation and is subject to change.]
            Gets the handler used to transmit the messages.
            
 
    Namespace: 
   JsonRpc.Client
    Assembly:
   JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic IJsonRpcClientHandler Handler { get; }Public ReadOnly Property Handler As IJsonRpcClientHandler
	Get
Dim instance As JsonRpcClient
Dim value As IJsonRpcClientHandler
value = instance.Handler
public:
property IJsonRpcClientHandler^ Handler {
	IJsonRpcClientHandler^ get ();
}member Handler : IJsonRpcClientHandler with get
Property Value
Type: 
IJsonRpcClientHandler
See Also