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