Vixen
02b45cc4
csharp
public enum WebSocketChannelState

Where a channel has got to.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Connecting

    The handshake has not finished.

  • Open

    Messages can be sent and received.

  • Closed

    It 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