Click or drag to resize

WebSocketCloseAsync Method

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