Search Results for

    Show / Hide Table of Contents

    Class HostDisconnectedEventArgs

    Represents the arguments for the host disconnected event.

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

    Constructors

    HostDisconnectedEventArgs(NetworkEndpoint)

    Initializes a new instance of the HostDisconnectedEventArgs class.

    Declaration
    public HostDisconnectedEventArgs(NetworkEndpoint hostEndpoint)
    Parameters
    Type Name Description
    NetworkEndpoint hostEndpoint

    The endpoint of the disconnected host.

    Properties

    HostEndpoint

    Gets the endpoint of the disconnected host.

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

    Extension Methods

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