WebSocketClose Method |
Name | Description | |
---|---|---|
Close |
Closes the connection.
| |
Close(CloseStatusCode) |
Closes the connection with the specified code.
| |
Close(UInt16) |
Closes the connection with the specified code.
| |
Close(CloseStatusCode, String) |
Closes the connection with the specified code and reason.
| |
Close(UInt16, String) |
Closes the connection with the specified code and reason.
|