C# Class Crow.Library.Host.AspNetSelfHosting

Inheritance: IHttpHost
Show file Open project: msusur/Crowfx

Public Methods

Method Description
CloseAsync ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
InitializeHost ( System.Web.Http.HttpConfiguration configuration, HttpMessageHandler messageHandler, ITypeListHost typeList ) : void
OpenAsync ( ) : System.Threading.Tasks.Task

Method Details

CloseAsync() public method

public CloseAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

InitializeHost() public method

public InitializeHost ( System.Web.Http.HttpConfiguration configuration, HttpMessageHandler messageHandler, ITypeListHost typeList ) : void
configuration System.Web.Http.HttpConfiguration
messageHandler System.Net.Http.HttpMessageHandler
typeList ITypeListHost
return void

OpenAsync() public method

public OpenAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task