Show / Hide Table of Contents

Class AseQueryService

Service responsible for generating the response to the ASE queries

Inheritance
object
AseQueryService
Implements
IAseQueryService
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.AllSeeingEye
Assembly: SlipeServer.Server.dll
Syntax
public class AseQueryService : IAseQueryService

Constructors

| Edit this page View Source

AseQueryService(MtaServer, Configuration, IElementCollection)

Declaration
public AseQueryService(MtaServer mtaServer, Configuration configuration, IElementCollection elementCollection)
Parameters
Type Name Description
MtaServer mtaServer
Configuration configuration
IElementCollection elementCollection

Properties

| Edit this page View Source

ShowPlayers

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

Methods

| Edit this page View Source

GetRule(string)

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

GetVersion(AseVersion)

Declaration
public 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
public byte[] QueryFull(ushort port)
Parameters
Type Name Description
ushort port
Returns
Type Description
byte[]
| Edit this page View Source

QueryLight(ushort, VersionType)

Declaration
public 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
public byte[] QueryXFireLight()
Returns
Type Description
byte[]
| Edit this page View Source

RemoveRule(string)

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

SetRule(string, string)

Declaration
public void SetRule(string key, string value)
Parameters
Type Name Description
string key
string value

Implements

IAseQueryService
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX