closeCode property

int? closeCode

Gets the close code from the underlying WebSocket which is set when the WebSocket is closed. If there is no close code available, this property will be null.

Implementation

int? get closeCode;