DefaultConfigurationManager Class

.NET Framework 4.5

Provides access to the server default configuration manager.

System::Object
  Microsoft.AspNet.SignalR.Configuration::DefaultConfigurationManager

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

public ref class DefaultConfigurationManager : IConfigurationManager

The DefaultConfigurationManager type exposes the following members.

  NameDescription
Public methodDefaultConfigurationManagerInitializes a new instance of the DefaultConfigurationManager class.
Top

  NameDescription
Public propertyConnectionTimeoutGets or sets a TimeSpan representing the amount of time to leave a connection open before timing out.
Public propertyDefaultMessageBufferSizeGets of sets the number of messages to buffer for a specific signal.
Public propertyDisconnectTimeoutGets or sets a TimeSpan representing the amount of time to wait after a connection goes away before raising the disconnect event.
Public propertyKeepAliveGets 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.
Public propertyLongPollDelay
Public propertyTransportConnectTimeout
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: