OwinExtensions Klasse

Definition

Erweiterungsmethoden zum Hinzufügen von OWIN zu einer HTTP-Anwendungspipeline.

public ref class OwinExtensions abstract sealed
public static class OwinExtensions
type OwinExtensions = class
Public Module OwinExtensions
Vererbung
OwinExtensions

Methoden

UseBuilder(Action<Func<Func<IDictionary<String,Object>,Task>,Func<IDictionary<String,Object>,Task>>>)

Erstellt eine IApplicationBuilder für eine OWIN-Pipeline.

UseBuilder(Action<Func<Func<IDictionary<String,Object>,Task>,Func<IDictionary<String,Object>,Task>>>, Action<IApplicationBuilder>)

Erstellt eine IApplicationBuilder für eine OWIN-Pipeline.

UseBuilder(Action<Func<Func<IDictionary<String,Object>,Task>,Func<IDictionary<String,Object>,Task>>>, Action<IApplicationBuilder>, IServiceProvider)

Erstellt eine IApplicationBuilder für eine OWIN-Pipeline.

UseBuilder(Action<Func<Func<IDictionary<String,Object>,Task>,Func<IDictionary<String,Object>,Task>>>, IServiceProvider)

Erstellt eine IApplicationBuilder für eine OWIN-Pipeline.

UseOwin(IApplicationBuilder)

Fügt dem angegebenen IApplicationBuildereine OWIN-Pipeline hinzu.

UseOwin(IApplicationBuilder, Action<Action<Func<Func<IDictionary<String,Object>,Task>,Func<IDictionary<String,Object>,Task>>>>)

Fügt der angegebenen IApplicationBuilderOWIN-Middlewarepipeline hinzu.

Gilt für: