PersistentResponse::Aborted Property

.NET Framework 4.5

Gets or sets a value that indicates whether the connection was forcibly closed.

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

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

Property Value

Type: System::Boolean
true if the connection was forcibly closed; otherwise, false.
Show: