Search Results for

    Show / Hide Table of Contents

    Class SocketCloseEventArgs

    Represents arguments for SocketClosed event.

    Inheritance
    Object
    KuracordEventArgs
    SocketCloseEventArgs
    Namespace: KSharpPlus.EventArgs.Socket
    Assembly: KSharpPlus.dll
    Syntax
    public class SocketCloseEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    CloseCode

    Gets the close code sent by remote host.

    Declaration
    public int CloseCode { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    CloseMessage

    Gets the close message sent by remote host.

    Declaration
    public string CloseMessage { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors