PersistentResponse.Aborted Property
.NET Framework 4
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)
Syntax
'Declaration
Public Property Aborted As Boolean
Get
Set
'Usage
Dim instance As PersistentResponse
Dim value As Boolean
value = instance.Aborted
instance.Aborted = value
public bool Aborted { get; set; }
public:
property bool Aborted {
bool get ();
void set (bool value);
}
member Aborted : bool with get, set
function get Aborted () : boolean
function set Aborted (value : boolean)
Property Value
Type: System.Boolean
true if the connection was forcibly closed; otherwise, false.