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