Click or drag to resize

WebSocketClose Method

Overload List
  NameDescription
Public methodClose
Closes the connection.
Public methodClose(CloseStatusCode)
Closes the connection with the specified code.
Public methodClose(UInt16)
Closes the connection with the specified code.
Public methodClose(CloseStatusCode, String)
Closes the connection with the specified code and reason.
Public methodClose(UInt16, String)
Closes the connection with the specified code and reason.
Top
See Also