Interface IAseQueryService
Assembly: SlipeServer.Server.dll
Syntax
public interface IAseQueryService
Properties
|
Edit this page
View Source
ShowPlayers
Declaration
bool ShowPlayers { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetRule(string)
Declaration
string? GetRule(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
GetVersion(AseVersion)
Declaration
string GetVersion(AseVersion version = AseVersion.v1_6)
Parameters
Returns
|
Edit this page
View Source
QueryFull(ushort)
Declaration
byte[] QueryFull(ushort port)
Parameters
Type |
Name |
Description |
ushort |
port |
|
Returns
|
Edit this page
View Source
QueryLight(ushort, VersionType)
Declaration
byte[] QueryLight(ushort port, VersionType version = VersionType.Release)
Parameters
Returns
|
Edit this page
View Source
QueryXFireLight()
Declaration
Returns
|
Edit this page
View Source
RemoveRule(string)
Declaration
bool RemoveRule(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
SetRule(string, string)
Declaration
void SetRule(string key, string value)
Parameters