Click or drag to resize
SessionOptions Properties

The SessionOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllowMultipleCorrelatorsPerMsg
Public propertyAuthenticationOptions
Public propertyAutoRestartOnDisconnection
Public propertyClientMode
Public propertyConnectTimeout
Public propertyDefaultKeepAliveInactivityTime
Public propertyDefaultKeepAliveResponseTimeout
Public propertyDefaultSubscriptionService
Public propertyDefaultTopicPrefix
Public propertyKeepaliveEnabled
Public propertyMaxEventQueueSize
Public propertyMaxOutstandingRequests
Public propertyMaxPendingRequests
Public propertyMaxSendCacheSize
Public propertyNumStartAttempts
Public propertyRecordSubscriptionDataReceiveTimes
Gets or sets if the receipt time (accessed via TimeReceived) should be recorded for subscription data messages.
Public propertyServerAddresses
Gets or Sets the list of server address. Behavior is undefined if the specified 'value' contains any serverAddress whose hostname is an empty string.
Public propertyServerHost
Gets or sets the API server host to connect to. The default is "127.0.0.1". For settor, behavior is undefined if the specified 'value' is an empty string.
Public propertyServerPort
Public propertyServiceCheckTimeout
Public propertyServiceDownloadTimeout
Public propertySlowConsumerWarningHiWaterMark
Public propertySlowConsumerWarningLoWaterMark
Public propertyTlsOptions
Gets or sets TlsOptions to use for establishing secure connection. By default its null.
Top
See Also