Skip to main content

AppSelfHostBase

Assembly: ServiceStack.NetFramework.dll
View Source
Declaration
public abstract class AppSelfHostBase : 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
TypeName
System.Booleandisposing

Listen(Object)

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

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
TypeName
System.Net.HttpListenerContextcontext

Implements