Search Results for

    Show / Hide Table of Contents

    Class SocketBinaryMessageEventArgs

    Represents arguments for binary message websocket event.

    Inheritance
    Object
    SocketMessageEventArgs
    SocketBinaryMessageEventArgs
    Namespace: KSharpPlus.EventArgs.Socket
    Assembly: KSharpPlus.dll
    Syntax
    public sealed class SocketBinaryMessageEventArgs : SocketMessageEventArgs

    Constructors

    | Improve this Doc View Source

    SocketBinaryMessageEventArgs(Byte[])

    Creates a new instance of binary message event arguments.

    Declaration
    public SocketBinaryMessageEventArgs(byte[] message)
    Parameters
    Type Name Description
    Byte[] message

    Received message bytes.

    Properties

    | Improve this Doc View Source

    Message

    Gets the received message bytes.

    Declaration
    public byte[] Message { get; }
    Property Value
    Type Description
    Byte[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors