Show / Hide Table of Contents

Class AseUdpListener

UDP listeners responsible for handling ASE query requests

Inheritance
object
AseUdpListener
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 AseUdpListener

Constructors

| Edit this page View Source

AseUdpListener(IAseQueryService, ILogger, ushort, bool)

Declaration
public AseUdpListener(IAseQueryService aseQueryService, ILogger logger, ushort port, bool isDebug)
Parameters
Type Name Description
IAseQueryService aseQueryService
ILogger logger
ushort port
bool isDebug

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

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX