AppHostHttpListenerPoolBase
Assembly: ServiceStack.dll
View Source
Declaration
public abstract class AppHostHttpListenerPoolBase : AppHostHttpListenerBase, IAppHost, IResolver, IFunqlet, IHasContainer, IDisposable
Inherited Properties
HandlerPath
View Source
Declaration
public string HandlerPath { get; set; }
Methods
Dispose(Boolean)
View Source
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name |
---|---|
System.Boolean | disposing |
Listen(Object)
View Source
Declaration
protected override void Listen(object state)
Parameters
Type | Name |
---|---|
System.Object | state |
Inherited Methods
CalculatePoolSize()
View Source
Declaration
public static int CalculatePoolSize()
Returns
System.Int32
OnConfigLoad()
View Source
Declaration
public override void OnConfigLoad()
ProcessRequestAsync(HttpListenerContext)
View Source
Declaration
protected override async Task ProcessRequestAsync(HttpListenerContext context)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
System.Net.HttpListenerContext | context |
Implements
- ServiceStack.IAppHost
- ServiceStack.Configuration.IResolver
System.IDisposable