OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RconClientDisconnectedEvent

Inheritance
System.Object
EventBase
Event
RconClientEvent
RconClientDisconnectedEvent
Implements
IEvent
Inherited Members
RconClientEvent.Client
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Rcon.Events
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
Type Name Description
IRconClient client
ConnectionCloseReason connectionCloseReason

Properties

| Improve this Doc View Source

ConnectionCloseReason

Declaration
public ConnectionCloseReason ConnectionCloseReason { get; }
Property Value
Type Description
ConnectionCloseReason

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)