Click or drag to resize

CloseEventArgsCode Property

Gets the status code for the close.

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

Property Value

Type: UInt16
A UInt16 that represents the status code for the close if any.
See Also