ITrackingConnection::IsTimedOut Property

.NET Framework 4.5

Gets a value that represents if the connection is timed out.

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

property bool IsTimedOut {
	bool get ();
}

Property Value

Type: System::Boolean
Returns Boolean.
Show: