Method | Description | |
---|---|---|
InstallHttpFilterProvider ( [ services, [ container, ITypePropertyDescriptorCache propertyDescriptorCache ) : void |
Installs Filter provider with injectable property dependencies support.
|
|
UseWindsor ( this configuration, IWindsorContainer container, ITypePropertyDescriptorCache injectablePropertyCache ) : System.Web.Http.HttpConfiguration |
Configures Web API runtime to use Castle Windsor Container Performs following actions |
public static InstallHttpFilterProvider ( [ services, [ container, ITypePropertyDescriptorCache propertyDescriptorCache ) : void | ||
services | [ | Services container, |
container | [ | Windsor container, |
propertyDescriptorCache | ITypePropertyDescriptorCache | Injectable property cache |
return | void |
public static UseWindsor ( this configuration, IWindsorContainer container, ITypePropertyDescriptorCache injectablePropertyCache ) : System.Web.Http.HttpConfiguration | ||
configuration | this | Configuration |
container | IWindsorContainer | Windsor container to use |
injectablePropertyCache | ITypePropertyDescriptorCache | Injectable property cache |
return | System.Web.Http.HttpConfiguration |