Class MoongateTCPClientEventArgs
Event payload containing a network client instance.
public sealed class MoongateTCPClientEventArgs : EventArgs
- Inheritance
-
MoongateTCPClientEventArgs
- Inherited Members
Constructors
MoongateTCPClientEventArgs(MoongateTCPClient)
Event payload containing a network client instance.
public MoongateTCPClientEventArgs(MoongateTCPClient client)
Parameters
clientMoongateTCPClient
Properties
Client
Connected or disconnected client.
public MoongateTCPClient Client { get; }