C-DEngine 5.105

CloseEventArgs..::..Code Property

Gets the status code for the close.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public ushort Code { get; }
Public ReadOnly Property Code As UShort
	Get
public:
property unsigned short^ Code {
	unsigned short^ get ();
}

Field Value

A UInt16 that represents the status code for the close if any.