Class RconClientDisconnectedEvent
Inheritance
System.Object
RconClientDisconnectedEvent
Assembly: OpenMod.Core.dll
Syntax
public class RconClientDisconnectedEvent : RconClientEvent, IEvent
Constructors
|
Improve this Doc
View Source
RconClientDisconnectedEvent(IRconClient, ConnectionCloseReason)
Declaration
public RconClientDisconnectedEvent(IRconClient client, ConnectionCloseReason connectionCloseReason)
Parameters
Properties
|
Improve this Doc
View Source
ConnectionCloseReason
Declaration
public ConnectionCloseReason ConnectionCloseReason { get; }
Property Value
Implements
Extension Methods