csharp
public enum WebSocketChannelStateWhere a channel has got to.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
ConnectingThe handshake has not finished.
OpenMessages can be sent and received.
ClosedIt is over, whether it opened or not.
Used by (4)
- ChannelVixen.Net.Transport.WebSocket.Tests
- IWebSocketChannelVixen.Net.Transport.WebSocket
- SystemWebSocketChannelVixen.Net.Transport.WebSocket
- WebSocketTransportVixen.Net.Transport.WebSocket