Click or drag to resize

WebSocketExceptionCode Property

Gets the status code indicating the cause of the exception.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public CloseStatusCode Code { get; }

Property Value

Type: CloseStatusCode
One of the CloseStatusCode enum values that represents the status code indicating the cause of the exception.
See Also