C# Class ServiceStack.NetCoreAppHostExtensions

Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Méthode Description
ToRequest ( this httpContext, string operationName = null ) : IHttpRequest
Use ( this app, System httpHandler ) : IApplicationBuilder
UseServiceStack ( this app, AppHostBase appHost ) : IApplicationBuilder

Method Details

ToRequest() public static méthode

public static ToRequest ( this httpContext, string operationName = null ) : IHttpRequest
httpContext this
operationName string
Résultat IHttpRequest

Use() public static méthode

public static Use ( this app, System httpHandler ) : IApplicationBuilder
app this
httpHandler System
Résultat IApplicationBuilder

UseServiceStack() public static méthode

public static UseServiceStack ( this app, AppHostBase appHost ) : IApplicationBuilder
app this
appHost AppHostBase
Résultat IApplicationBuilder