My Project
Loading...
Searching...
No Matches
Properties | List of all members
WebSocketSharp.WebSocketException Class Reference

The exception that is thrown when a fatal error occurs in the WebSocket communication. More...

Inheritance diagram for WebSocketSharp.WebSocketException:

Properties

ushort Code [get]
 Gets the status code indicating the cause of the exception.
 

Detailed Description

The exception that is thrown when a fatal error occurs in the WebSocket communication.

Property Documentation

◆ Code

ushort WebSocketSharp.WebSocketException.Code
get

Gets the status code indicating the cause of the exception.

A ushort that represents the status code indicating the cause of the exception.

It is one of the status codes for the WebSocket connection close.


The documentation for this class was generated from the following file: