Show / Hide Table of Contents

Interface IAseQueryService

Namespace: SlipeServer.Server.AllSeeingEye
Assembly: SlipeServer.Server.dll
Syntax
public interface IAseQueryService

Properties

| Edit this page View Source

ShowPlayers

Declaration
bool ShowPlayers { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

GetRule(string)

Declaration
string? GetRule(string key)
Parameters
Type Name Description
string key
Returns
Type Description
string
| Edit this page View Source

GetVersion(AseVersion)

Declaration
string GetVersion(AseVersion version = AseVersion.v1_6)
Parameters
Type Name Description
AseVersion version
Returns
Type Description
string
| Edit this page View Source

QueryFull(ushort)

Declaration
byte[] QueryFull(ushort port)
Parameters
Type Name Description
ushort port
Returns
Type Description
byte[]
| Edit this page View Source

QueryLight(ushort, VersionType)

Declaration
byte[] QueryLight(ushort port, VersionType version = VersionType.Release)
Parameters
Type Name Description
ushort port
VersionType version
Returns
Type Description
byte[]
| Edit this page View Source

QueryXFireLight()

Declaration
byte[] QueryXFireLight()
Returns
Type Description
byte[]
| Edit this page View Source

RemoveRule(string)

Declaration
bool RemoveRule(string key)
Parameters
Type Name Description
string key
Returns
Type Description
bool
| Edit this page View Source

SetRule(string, string)

Declaration
void SetRule(string key, string value)
Parameters
Type Name Description
string key
string value
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX