IWebSocket::OnClose Property

.NET Framework 4.5

Invoked when the websocket gracefully closes

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

property Action<bool>^ OnClose {
	Action<bool>^ get ();
	void set (Action<bool>^ value);
}

Property Value

Type: System::Action<Boolean>
Show: