vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function WebSocket.closeCode

Returns the close code sent by the remote end.

short closeCode() @property @safe;

Note if the connection was never opened, is still alive, or was closed locally this value will be 0. If no close code was given by the remote end in the close frame, the value will be 1005. If the connection was not closed cleanly by the remote end, this value will be 1006.

Authors

Jan Krüger

Copyright

© 2012-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.