WebSocketCloseAsync Method |
Name | Description | |
---|---|---|
![]() | CloseAsync |
Closes the connection asynchronously.
|
![]() | CloseAsync(CloseStatusCode) |
Closes the connection asynchronously with the specified code.
|
![]() | CloseAsync(UInt16) |
Closes the connection asynchronously with the specified code.
|
![]() | CloseAsync(CloseStatusCode, String) |
Closes the connection asynchronously with the specified code and reason.
|
![]() | CloseAsync(UInt16, String) |
Closes the connection asynchronously with the specified code and reason.
|