IConfigurationManager::ConnectionTimeout Property

.NET Framework 4.5

Gets or sets a TimeSpan representing the amount of time to leave a connection open before timing out.

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

property TimeSpan ConnectionTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}

Property Value

Type: System::TimeSpan
Show: