Interface IRconHost
Assembly: OpenMod.Core.dll
Syntax
public interface IRconHost
Properties
|
Improve this Doc
View Source
IsListening
Declaration
bool IsListening { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
StartListeningAsync(IPEndPoint, CancellationToken)
Declaration
Task StartListeningAsync(IPEndPoint bind, CancellationToken cancellationToken = null)
Parameters
| Type |
Name |
Description |
| IPEndPoint |
bind |
|
| CancellationToken |
cancellationToken |
|
Returns
|
Improve this Doc
View Source
StopListeningAsync()
Declaration
Task StopListeningAsync()
Returns
Extension Methods