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

Class RconClientEvent

Inheritance
System.Object
EventBase
Event
RconClientEvent
RconClientAuthenticatingEvent
RconClientConnectedEvent
RconClientConnectingEvent
RconClientDisconnectedEvent
Implements
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Rcon.Events
Assembly: OpenMod.Core.dll
Syntax
public abstract class RconClientEvent : Event, IEvent

Constructors

| Improve this Doc View Source

RconClientEvent(IRconClient)

Declaration
protected RconClientEvent(IRconClient client)
Parameters
Type Name Description
IRconClient client

Properties

| Improve this Doc View Source

Client

Declaration
public IRconClient Client { get; }
Property Value
Type Description
IRconClient

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)