hoshimi
    Preparing search index...

    Enumeration WebsocketCloseCodes

    The websocket close codes.

    Index

    Enumeration Members

    AbnormalClosure: 1006

    The websocket close code for abnormal closure.

    BadGateway: 1014

    The websocket close code for bad gateway.

    Forbidden: 3003

    The websocket close code for forbidden.

    GoingAway: 1001

    The websocket close code for going away.

    InternalError: 1011

    The websocket close code for internal error.

    InvalidFramePayloadData: 1007

    The websocket close code for invalid frame payload data.

    MandatoryExtension: 1010

    The websocket close code for mandatory extension.

    MessageTooBig: 1009

    The websocket close code for message too big.

    NormalClosure: 1000

    The websocket close code for normal closure.

    NoStatusReceived: 1005

    The websocket close code for no status received.

    PolicyViolation: 1008

    The websocket close code for policy violation.

    ProtocolError: 1002

    The websocket close code for protocol error.

    ServiceRestart: 1012

    The websocket close code for service restart.

    Timeout: 3008

    The websocket close code for timeout.

    TLSHandshakeFailure: 1015

    The websocket close code for TLS handshake failure.

    TryAgainLater: 1013

    The websocket close code for try again later.

    Unauthorized: 3000

    The websocket close code for unauthorized.

    UnsupportedData: 1003

    The websocket close code for unsupported data.