CorsOptions Class

 

Contains the options used by the CorsMiddleware

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

System::Object
  Microsoft.Owin.Cors::CorsOptions

public ref class CorsOptions 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticAllowAll

A policy that allows all headers, all methods, any origin and supports credentials

System_CAPS_pubpropertyCorsEngine

The cors engine

System_CAPS_pubpropertyPolicyProvider

The cors policy to apply

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

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: