Click or drag to resize
SessionOptions Constructor
Construct a SessionOption with well defined defaults for various options

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public SessionOptions()
Remarks
Currently the following defaults are applied
ServerHost = "127.0.0.1"
ServerPort = 8194
WriteHighWaterMark = 128MB
MaxEventQueueSize = 10000
MaxPendingRequests = 1024
AllowMultipleCorrelatorsPerMsg = false
SlowConsumerWarningHiWaterMark = 0.75
SlowConsumerWarningLoWaterMark = 0.50
DefaultSubscriptionService = "//blp/mktdata"
DefaultTopicPrefix = "ticker/"
ClientMode = SessionOptions.ClientMode.AUTO
TlsOptions = null
See Also