OwinEnvironment.FeatureMap Class

Definition

Maps OWIN keys to ASP.NET Core features.

public class OwinEnvironment.FeatureMap
type OwinEnvironment.FeatureMap = class
Public Class OwinEnvironment.FeatureMap
Inheritance
OwinEnvironment.FeatureMap
Derived

Constructors

OwinEnvironment.FeatureMap(Type, Func<Object,Object>)

Create a OwinEnvironment.FeatureMap for the specified feature interface type.

OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Action<Object,Object>)

Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type.

OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Func<Object>)

Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type.

OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Func<Object>, Action<Object,Object>)

Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type.

OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Func<Object>, Action<Object,Object>, Func<Object>)

Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type.

Properties

CanSet

Gets a value indicating whether the feature map is settable.

Applies to