Class AseUdpListener
UDP listeners responsible for handling ASE query requests
Inheritance
AseUdpListener
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
Methods
|
Edit this page
View Source
GetRule(string)
Declaration
public string? GetRule(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
RemoveRule(string)
Declaration
public bool RemoveRule(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
SetRule(string, string)
Declaration
public void SetRule(string key, string value)
Parameters