PersistentResponse::Disconnect Property

.NET Framework 4.5

Gets or sets a value that indicates whether the connection receives a disconnect command.

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

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

Property Value

Type: System::Boolean
true if the connection receives a disconnect command; otherwise, false.
Show: