Skip to main content

AppHostHttpListenerSmartPoolBase

Assembly: ServiceStack.Kestrel.dll
View Source
Declaration
public abstract class AppHostHttpListenerSmartPoolBase : AppHostHttpListenerPoolBase, IFunqlet, IHasContainer, IAppHostNetCore, IAppHost, IResolver, IConfigureServices, IRequireConfiguration

Inherited Methods

Dispose(Boolean)

View Source
Declaration
protected override void Dispose(bool disposing)
Parameters
TypeName
System.Booleandisposing

Listen(Object)

View Source
Declaration
protected override void Listen(object state)
Parameters
TypeName
System.Objectstate

Implements