Search Results for

    Show / Hide Table of Contents

    Class SocketTextMessageEventArgs

    Represents arguments for text message websocket event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    SocketMessageEventArgs
    SocketTextMessageEventArgs
    Inherited Members
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class SocketTextMessageEventArgs : SocketMessageEventArgs

    Constructors

    | Improve this Doc View Source

    SocketTextMessageEventArgs(String)

    Creates a new instance of text message event arguments.

    Declaration
    public SocketTextMessageEventArgs(string message)
    Parameters
    Type Name Description
    System.String message

    Received message string.

    Properties

    | Improve this Doc View Source

    Message

    Gets the received message string.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems