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