C# Class OwinSelfHosting.Extensions.OwinContextExtensions

Datei anzeigen Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Public Methods

Method Description
GetDependencyResolver ( this ctx ) : IDependencyResolver
SetDependencyResolver ( this ctx, IDependencyResolver resolver ) : void

Method Details

GetDependencyResolver() public static method

public static GetDependencyResolver ( this ctx ) : IDependencyResolver
ctx this
return IDependencyResolver

SetDependencyResolver() public static method

public static SetDependencyResolver ( this ctx, IDependencyResolver resolver ) : void
ctx this
resolver IDependencyResolver
return void