CorsPolicyProvider Class

 

A pluggable CORS policy provider that always returns null by default.

Namespace:   Microsoft.Owin.Cors
Assembly:  Microsoft.Owin.Cors (in Microsoft.Owin.Cors.dll)

System::Object
  Microsoft.Owin.Cors::CorsPolicyProvider

public ref class CorsPolicyProvider : ICorsPolicyProvider

NameDescription
System_CAPS_pubmethodCorsPolicyProvider()

Creates a new CorsPolicyProvider instance.

NameDescription
System_CAPS_pubpropertyPolicyResolver

A pluggable callback that will be used to select the CORS policy for the given requests.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCorsPolicyAsync(IOwinRequest^)

Executes the PolicyResolver unless overridden by a subclass.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: