OwinExtensions Class

Namespace
Microsoft.AspNetCore.Builder
Assemblies
  • Microsoft.AspNetCore.Owin

Syntax

public class OwinExtensions
class Microsoft.AspNetCore.Builder.OwinExtensions

Methods

UseBuilder(System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>, System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>>>)
Return type:Microsoft.AspNetCore.Builder.IApplicationBuilder
public static IApplicationBuilder UseBuilder(this Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> app)
UseBuilder(System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>, System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>>>, System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>)
Return type:System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary>>>
public static Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> UseBuilder(this Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> app, Action<IApplicationBuilder> pipeline)
UseBuilder(System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>, System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>>>, System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>, System.IServiceProvider)
Return type:System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary>>>
public static Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> UseBuilder(this Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> app, Action<IApplicationBuilder> pipeline, IServiceProvider serviceProvider)
UseBuilder(System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>, System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>>>, System.IServiceProvider)
Return type:Microsoft.AspNetCore.Builder.IApplicationBuilder
public static IApplicationBuilder UseBuilder(this Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> app, IServiceProvider serviceProvider)
UseOwin(Microsoft.AspNetCore.Builder.IApplicationBuilder)
Return type:System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary>>>
public static Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>> UseOwin(this IApplicationBuilder builder)
UseOwin(Microsoft.AspNetCore.Builder.IApplicationBuilder, System.Action<System.Action<System.Func<System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>, System.Func<System.Collections.Generic.IDictionary<System.String, System.Object>, System.Threading.Tasks.Task>>>>)
Return type:Microsoft.AspNetCore.Builder.IApplicationBuilder
public static IApplicationBuilder UseOwin(this IApplicationBuilder builder, Action<Action<Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>>> pipeline)