WebSocket..::..Close Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Close()()()() |
Closes the WebSocket connection, and releases all associated resources.
|
|
|
Close(UInt16) |
Closes the WebSocket connection with the specified UInt16,
and releases all associated resources.
|
|
|
Close(CloseStatusCode) |
Closes the WebSocket connection with the specified CloseStatusCode,
and releases all associated resources.
|
|
|
Close(UInt16, String) | |
|
|
Close(CloseStatusCode, String) |
Closes the WebSocket connection with the specified CloseStatusCode and
String, and releases all associated resources.
|