Class ClientDisconnectedEventArgs
Represents the arguments for the client disconnected event.
Namespace: Evergine.Networking.Connection
Assembly: Evergine.Networking.dll
Syntax
public class ClientDisconnectedEventArgs : EventArgs
Constructors
ClientDisconnectedEventArgs(NetworkEndpoint)
Initializes a new instance of the ClientDisconnectedEventArgs class.
Declaration
public ClientDisconnectedEventArgs(NetworkEndpoint clientEndpoint)
Parameters
Type | Name | Description |
---|---|---|
NetworkEndpoint | clientEndpoint | The endpoint of the disconnected client. |
Properties
ClientEndpoint
Gets the endpoint of the disconnected client.
Declaration
public NetworkEndpoint ClientEndpoint { get; }
Property Value
Type | Description |
---|---|
NetworkEndpoint |