Class HostDisconnectedEventArgs
Represents the arguments for the host disconnected event.
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 |