Search Results for

    Show / Hide Table of Contents

    Class WebSocketStrings

    Inheritance
    object
    WebSocketStrings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.WebSocket
    Assembly: Glitch9.IO.dll
    Syntax
    public static class WebSocketStrings

    Fields

    | Edit this page View Source

    CancellingOperations

    Declaration
    public const string CancellingOperations = "Cancelling {0} pending WebSocket operations."
    Field Value
    Type Description
    string
    | Edit this page View Source

    Client

    Declaration
    public const string Client = "WebSocketClient"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectingTo

    Declaration
    public const string ConnectingTo = "Connecting to WebSocket server: {0}"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionAborted

    Declaration
    public const string ConnectionAborted = "WebSocket connection was aborted unexpectedly."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionClosed

    Declaration
    public const string ConnectionClosed = "WebSocket connection closed. Status: {0}, Reason: {1}"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionClosedByServer

    Declaration
    public const string ConnectionClosedByServer = "WebSocket connection was closed by the server."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionEstablished

    Declaration
    public const string ConnectionEstablished = "WebSocket connection successfully established."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionFailed

    Declaration
    public const string ConnectionFailed = "Failed to connect to the WebSocket server."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionFailed_NullClient

    Declaration
    public const string ConnectionFailed_NullClient = "WebSocket client is null. Failed to establish a WebSocket connection."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ConnectionFailed_NullSession

    Declaration
    public const string ConnectionFailed_NullSession = "WebSocket session is null. Failed to establish a WebSocket connection."
    Field Value
    Type Description
    string
    | Edit this page View Source

    DeserializationFailed

    Declaration
    public const string DeserializationFailed = "Failed to deserialize WebSocket message."
    Field Value
    Type Description
    string
    | Edit this page View Source

    DeserializationReturnedNull

    Declaration
    public const string DeserializationReturnedNull = "Deserialization returned null. Raw JSON: {0}"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ListenerCrashed

    Declaration
    public const string ListenerCrashed = "An exception occurred while processing WebSocket messages: {0}"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ListenerStopped

    Declaration
    public const string ListenerStopped = "WebSocket receive loop stopped."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReceiveFailed

    Declaration
    public const string ReceiveFailed = "Failed to receive WebSocket message."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReceivedAudio_NullOrEmpty

    Declaration
    public const string ReceivedAudio_NullOrEmpty = "Received audio data is null or empty. No audio to process."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReceivedBinaryMessage

    Declaration
    public const string ReceivedBinaryMessage = "Received a binary message. Binary messages are not supported."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReceivedInvalidFormat

    Declaration
    public const string ReceivedInvalidFormat = "Received message has an invalid format."
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReceivingMessage

    Declaration
    public const string ReceivingMessage = "Receiving WebSocket message..."
    Field Value
    Type Description
    string
    | Edit this page View Source

    Reconnecting

    Declaration
    public const string Reconnecting = "Reconnecting to WebSocket server..."
    Field Value
    Type Description
    string
    | Edit this page View Source

    SendFailed

    Declaration
    public const string SendFailed = "Failed to send WebSocket message."
    Field Value
    Type Description
    string
    | Edit this page View Source

    SendPayload

    Declaration
    public const string SendPayload = "Sending JSON payload: {0}"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SendingMessage

    Declaration
    public const string SendingMessage = "Sending WebSocket message."
    Field Value
    Type Description
    string
    | Edit this page View Source

    SpeakingEnded_CommittingAudioBuffer

    Declaration
    public const string SpeakingEnded_CommittingAudioBuffer = "Speaking ended. Committing audio buffer."
    Field Value
    Type Description
    string
    | Edit this page View Source

    SpeakingEnded_NoAudioBuffer

    Declaration
    public const string SpeakingEnded_NoAudioBuffer = "Audio buffer is empty. No audio to commit."
    Field Value
    Type Description
    string
    | Edit this page View Source

    StartingListener

    Declaration
    public const string StartingListener = "Starting WebSocket receive loop."
    Field Value
    Type Description
    string
    | Edit this page View Source

    UnexpectedError

    Declaration
    public const string UnexpectedError = "An unexpected error occurred: {0}"
    Field Value
    Type Description
    string
    | Edit this page View Source

    UpdateFailed_NullSession

    Declaration
    public const string UpdateFailed_NullSession = "Failed to update WebSocket session. Session is null."
    Field Value
    Type Description
    string
    | Edit this page View Source

    UrlIsNullOrEmpty

    Declaration
    public const string UrlIsNullOrEmpty = "WebSocket URL is null or empty."
    Field Value
    Type Description
    string
    | Edit this page View Source

    WebSocketStateChanged

    Declaration
    public const string WebSocketStateChanged = "WebSocket state changed: {0}"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation