Search Results for

    Show / Hide Table of Contents

    Class HostConnectedEventArgs

    Represents the arguments for the host connected event.

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

    Constructors

    HostConnectedEventArgs(NetworkEndpoint)

    Initializes a new instance of the HostConnectedEventArgs class.

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

    The endpoint of the new client.

    Properties

    HostEndpoint

    Gets the endpoint of the new 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