closeCode property
int?
get
closeCode
The close code set when the WebSocket connection is closed.
Before the connection has been closed, this will be null
.
Implementation
int? get closeCode;
The close code set when the WebSocket connection is closed.
Before the connection has been closed, this will be null
.
int? get closeCode;