Class AseBehaviour
Behaviour responsible for replying to ASE queries, these are the queries used to populate the master server list, this listen on the server port + 123 If the server configuration's debug port is specified ASE queries will also be listened to on the debug port + 123
Inherited Members
Namespace: SlipeServer.Server.AllSeeingEye
Assembly: SlipeServer.Server.dll
Syntax
public class AseBehaviour
Constructors
| Edit this page View SourceAseBehaviour(IAseQueryService, Configuration, ILogger)
Declaration
public AseBehaviour(IAseQueryService aseQueryService, Configuration configuration, ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
IAseQueryService | aseQueryService | |
Configuration | configuration | |
ILogger | logger |