  | StreamRpcClientOptions Enumeration | 
 [This is preliminary documentation and is subject to change.]
 
    Namespace: 
   JsonRpc.Streams
    Assembly:
   JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax[FlagsAttribute]
public enum StreamRpcClientOptions
<FlagsAttribute>
Public Enumeration StreamRpcClientOptions
Dim instance As StreamRpcClientOptions
[FlagsAttribute]
public enum class StreamRpcClientOptions
[<FlagsAttribute>]
type StreamRpcClientOptions
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No special configurations.
             | 
 | PreserveForeignResponses | 1 | 
            Preserves the responses whose Id doesn't match any requests sent by this client.
            The default behavior will just discard them.
             | 
See Also