Class HostConnectedEventArgs
Represents the arguments of the host connected event.
Inherited Members
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 |