CorsPolicyProvider Class
Inheritance Hierarchy
System.Object
Microsoft.Owin.Cors.CorsPolicyProvider
Namespace: Microsoft.Owin.Cors
Assembly: Microsoft.Owin.Cors (in Microsoft.Owin.Cors.dll)
Syntax
'Declaration
Public Class CorsPolicyProvider _
Implements ICorsPolicyProvider
'Usage
Dim instance As CorsPolicyProvider
public class CorsPolicyProvider : ICorsPolicyProvider
public ref class CorsPolicyProvider : ICorsPolicyProvider
type CorsPolicyProvider =
class
interface ICorsPolicyProvider
end
public class CorsPolicyProvider implements ICorsPolicyProvider
The CorsPolicyProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CorsPolicyProvider |
Top
Properties
Name | Description | |
---|---|---|
PolicyResolver |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCorsPolicyAsync | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.