Class HttpListenerRouterConfig

Configuration settings for HttpListenerRouter.

Inheritance
object
RouterConfig
HttpListenerRouterConfig
Inherited Members
RouterConfig.MatchingPrecedence
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: NanoRoute
Assembly: NanoRoute.dll
Syntax
public sealed class HttpListenerRouterConfig : RouterConfig
Examples
HttpListenerRouterConfig config = new();

Constructors

HttpListenerRouterConfig()

Declaration
public HttpListenerRouterConfig()
In this article
Back to top Generated by DocFX