WebSocketClosedEventArgs
Reason Property
C# API
Get the reason for closing the WebSocket.
Namespace:
Facilita.Web
Assembly:
clrWebBrowser
(in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
string
Reason
{
get
;
private
set
; }
public string Reason { get; private set; }
See Also
WebSocketClosedEventArgs Class
WebSocketClosedEventArgs Members
Facilita.Web Namespace