IConfigurationManager Interface

.NET Framework 4

Provides access to server configuration.

Namespace:  Microsoft.AspNet.SignalR.Configuration
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Interface IConfigurationManager
'Usage
Dim instance As IConfigurationManager
public interface IConfigurationManager
public interface class IConfigurationManager
type IConfigurationManager =  interface end
public interface IConfigurationManager

The IConfigurationManager type exposes the following members.

Properties

  Name Description
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

See Also

Reference

Microsoft.AspNet.SignalR.Configuration Namespace