DefaultConfigurationManager::ConnectionTimeout Property

.NET Framework 4.5

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

public:
virtual property TimeSpan ConnectionTimeout {
	TimeSpan get () sealed;
	void set (TimeSpan value) sealed;
}

Property Value

Type: System::TimeSpan

Implements

IConfigurationManager::ConnectionTimeout
Show: