Show / Hide Table of Contents

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

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

Constructors

| Edit this page View Source

AseBehaviour(IAseQueryService, Configuration, ILogger)

Declaration
public AseBehaviour(IAseQueryService aseQueryService, Configuration configuration, ILogger logger)
Parameters
Type Name Description
IAseQueryService aseQueryService
Configuration configuration
ILogger logger
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX