Search Results for

    Show / Hide Table of Contents

    ConnectionFailedEventArgs Class

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Contains event data for when a connection attempt to a server fails.

    public class ConnectionFailedEventArgs : EventArgs
    Inheritance
    object
    EventArgs
    ConnectionFailedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    ConnectionFailedEventArgs(RejectReason, Message)

    Initializes event data.

    Fields

    Message

    Additional data related to the failed connection attempt (if any).

    Reason

    The reason for the connection failure.

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