C-DEngine 5.105

WebSocket..::..CloseAsync Method

Overload List


  Name Description
Public method CloseAsync()()()()
Closes the WebSocket connection asynchronously, and releases all associated resources.
Public method CloseAsync(UInt16)
Closes the WebSocket connection asynchronously with the specified UInt16, and releases all associated resources.
Public method CloseAsync(CloseStatusCode)
Closes the WebSocket connection asynchronously with the specified CloseStatusCode, and releases all associated resources.
Public method CloseAsync(UInt16, String)
Closes the WebSocket connection asynchronously with the specified UInt16 and String, and releases all associated resources.
Public method CloseAsync(CloseStatusCode, String)
Closes the WebSocket connection asynchronously with the specified CloseStatusCode and String, and releases all associated resources.