C-DEngine 5.105

WebSocket..::..Close Method

Overload List


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