WebSocketClosedEventArgs.Code Property

Gets information about the reason that a WebSocket object was closed.

Syntax

public:
property uint16 Code {
         uint16 get ();
}  

Property value

Type: uint16 

  Status code indicating the reason for closure.

Remarks

Status codes in the range 0-999 are not used.

Status codes in the range 1000-2999 are reserved for definition by the WebSocket protocol.

Status codes in the range 3000-3999 are reserved for use by libraries, frameworks, and applications. These status codes are registered directly with IANA. The interpretation of these codes is undefined by the WebSocket protocol.

Status codes in the range 4000-4999 are reserved for private use and cannot be registered. Such codes can be used by prior agreements between WebSocket applications. The interpretation of these codes is undefined by the WebSocket protocol.

Requirements

Namespace: Windows.Networking.Sockets

Metadata: windows.winmd

See also

Reference

WebSocketClosedEventArgs Class

WebSocketClosedEventArgs Members

Windows.Networking.Sockets Namespace