IConfigurationManager Properties
.NET Framework 4.5
Top
The IConfigurationManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConnectionTimeout | Gets or sets a TimeSpan representing the amount of time to leave a connection open before timing out. |
|
DefaultMessageBufferSize | Gets of sets the number of messages to buffer for a specific signal. |
|
DisconnectTimeout | Gets or sets a TimeSpan representing the amount of time to wait after a connection goes away before raising the disconnect event. |
|
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. |
Show: