Search Results for

    Show / Hide Table of Contents

    Class ClientDisconnectedEventArgs

    Represents the arguments for the client disconnected event.

    Inheritance
    object
    EventArgs
    ClientDisconnectedEventArgs
    Namespace: Evergine.Networking.Connection
    Assembly: Evergine.Networking.dll
    Syntax
    public class ClientDisconnectedEventArgs : EventArgs

    Constructors

    ClientDisconnectedEventArgs(NetworkEndpoint)

    Initializes a new instance of the ClientDisconnectedEventArgs class.

    Declaration
    public ClientDisconnectedEventArgs(NetworkEndpoint clientEndpoint)
    Parameters
    Type Name Description
    NetworkEndpoint clientEndpoint

    The endpoint of the disconnected client.

    Properties

    ClientEndpoint

    Gets the endpoint of the disconnected client.

    Declaration
    public NetworkEndpoint ClientEndpoint { get; }
    Property Value
    Type Description
    NetworkEndpoint

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX