Interface IRconClient
Assembly: OpenMod.Core.dll
Syntax
public interface IRconClient : ICommandActor, IPermissionActor
Properties
|
Improve this Doc
View Source
EndPoint
Declaration
EndPoint EndPoint { get; }
Property Value
Type |
Description |
EndPoint |
|
|
Improve this Doc
View Source
Host
Declaration
Property Value
|
Improve this Doc
View Source
IsAuthenticated
Declaration
bool IsAuthenticated { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsConnected
Declaration
bool IsConnected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
DisconnectAsync(Nullable<String>, CancellationToken)
Declaration
Task DisconnectAsync(string? reason = null, CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
System.Nullable<System.String> |
reason |
|
CancellationToken |
cancellationToken |
|
Returns
|
Improve this Doc
View Source
SendMessageAsync(String, CancellationToken)
Declaration
Task SendMessageAsync(string message, CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
CancellationToken |
cancellationToken |
|
Returns
|
Improve this Doc
View Source
StartAsync(CancellationToken)
Declaration
Task StartAsync(CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Returns
Extension Methods