Gets the close status description (only available once the WebSocket has been closed).
Namespace:
Rebex.Net
Assembly:
Rebex.WebSocket (in Rebex.WebSocket.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property CloseStatusDescription As String Get |
| C# |
|---|
public string CloseStatusDescription { get; } |