DefaultConfigurationManager Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Configuration
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Provides access to the server default configuration manager.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The DefaultConfigurationManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultConfigurationManager | Initializes a new instance of the DefaultConfigurationManager class. |
| 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. |
![]() | LongPollDelay | |
![]() | TransportConnectTimeout |
Show:
