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

Class RconClientConnectedEvent

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

Constructors

| Improve this Doc View Source

RconClientConnectedEvent(IRconClient)

Declaration
public RconClientConnectedEvent(IRconClient client)
Parameters
Type Name Description
IRconClient client

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)