Search Results for

    Show / Hide Table of Contents

    DisconnectedEventArgs Class

    Namespace: Riptide.Transports
    Assembly: RiptideNetworking.dll

    Contains event data for when a server's or client's transport initiates or detects a disconnection.

    public class DisconnectedEventArgs
    Inheritance
    object
    DisconnectedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    DisconnectedEventArgs(Connection, DisconnectReason)

    Initializes event data.

    Fields

    Connection

    The closed connection.

    Reason

    The reason for the disconnection.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX