Show / Hide Table of Contents

Class LocalServerAnnouncementBehaviour

Behaviour responsible for responding to local server list queries If the request comes from a debug client, and the server's configuration contains a debug port, the debug port will be sent to the client.

Inheritance
object
LocalServerAnnouncementBehaviour
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Behaviour
Assembly: SlipeServer.Server.dll
Syntax
public class LocalServerAnnouncementBehaviour

Constructors

| Edit this page View Source

LocalServerAnnouncementBehaviour(Configuration, ILogger)

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