Click or drag to resize

StreamRpcClientOptions Enumeration

[This is preliminary documentation and is subject to change.]

Provides options for JsonRpcClient.

Namespace:  JsonRpc.Streams
Assembly:  JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
[FlagsAttribute]
public enum StreamRpcClientOptions
Members
  Member nameValueDescription
None0 No special configurations.
PreserveForeignResponses1 Preserves the responses whose Id doesn't match any requests sent by this client. The default behavior will just discard them.
See Also