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

Class RconClientAuthenticatingEvent

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

Constructors

| Improve this Doc View Source

RconClientAuthenticatingEvent(IRconClient, Nullable<String>, Nullable<String>)

Declaration
public RconClientAuthenticatingEvent(IRconClient client, string? username, string? password)
Parameters
Type Name Description
IRconClient client
System.Nullable<System.String> username
System.Nullable<System.String> password

Properties

| Improve this Doc View Source

IsAuthenticated

Declaration
public bool IsAuthenticated { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Password

Declaration
public string? Password { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Username

Declaration
public string? Username { get; }
Property Value
Type Description
System.Nullable<System.String>

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)