PersistentResponse::TimedOut Property

.NET Framework 4.5

Gets or sets a value that indicates whether the connection timed out.

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

public:
property bool TimedOut {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the connection timed out; otherwise, false.
Show: