C# Class Crow.Library.Host.AspNetSelfHosting

Inheritance: IHttpHost
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode 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 méthode

public CloseAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitializeHost() public méthode

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

OpenAsync() public méthode

public OpenAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task