WebSocket close status.

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public Enumeration WebSocketCloseStatus
C#
public enum WebSocketCloseStatus

Members

Member nameDescription
Supported by the .NET Compact FrameworkNormalClosure
Default close reason.
Supported by the .NET Compact FrameworkEndpointUnavailable
Server is going down or a browser have navigated away from a page.
Supported by the .NET Compact FrameworkProtocolError
Protocol error.
Supported by the .NET Compact FrameworkInvalidMessageType
Received unexpected data type (text versus binary).
Supported by the .NET Compact FrameworkEmpty
No close reason.
Supported by the .NET Compact FrameworkInvalidPayloadData
Received inconsistent data (such as non-UTF-8 data within a text message).
Supported by the .NET Compact FrameworkPolicyViolation
No suitable code exists or there is a need to hide specific details.
Supported by the .NET Compact FrameworkMessageTooBig
Message was too big to be processed.
Supported by the .NET Compact FrameworkMandatoryExtension
Mandatory extension is missing (only sent by clients).
Supported by the .NET Compact FrameworkInternalServerError
Internal server error (only sent by servers).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also