  | StreamRpcClientHandlerOptions Property  | 
 [This is preliminary documentation and is subject to change.]
            Client options.
            
 
    Namespace: 
   JsonRpc.Streams
    Assembly:
   JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic StreamRpcClientOptions Options { get; }Public ReadOnly Property Options As StreamRpcClientOptions
	Get
Dim instance As StreamRpcClientHandler
Dim value As StreamRpcClientOptions
value = instance.Options
public:
property StreamRpcClientOptions Options {
	StreamRpcClientOptions get ();
}member Options : StreamRpcClientOptions with get
Property Value
Type: 
StreamRpcClientOptions
See Also