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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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