Class RconClientAuthenticatingEvent
Inheritance
System.Object
RconClientAuthenticatingEvent
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
Extension Methods