IConfigurationManager Properties

.NET Framework 4.5

The IConfigurationManager type exposes the following members.

  NameDescription
Public property ConnectionTimeout Gets or sets a TimeSpan representing the amount of time to leave a connection open before timing out.
Public property DefaultMessageBufferSize Gets of sets the number of messages to buffer for a specific signal.
Public property DisconnectTimeout Gets or sets a TimeSpan representing the amount of time to wait after a connection goes away before raising the disconnect event.
Public property KeepAlive Gets or sets a TimeSpan representing the amount of time between send keep alive messages. If enabled, this value must be at least two seconds. Set to null to disable.
Top
Show: