IConfigurationManager Interface
Visual Studio 2010
.NET Framework 4 Namespace:
Microsoft.AspNet.SignalR.Configuration
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides access to server configuration.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
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:
