WebSocketClient.disconnectFromHost

Disconnects this client from the connected host. See WebSocketPeer.close for more information.

struct WebSocketClient
@nogc nothrow
void
disconnectFromHost
(
in long code = 1000
,
in String reason = gs!""
)

Meta