CorsEngine Class
An implementation of ICorsEngine based on the CORS specifications.
Namespace: System.Web.Cors
Assembly: System.Web.Cors (in System.Web.Cors.dll)
Inheritance Hierarchy
System.Object
System.Web.Cors.CorsEngine
Syntax
public class CorsEngine : ICorsEngine
public ref class CorsEngine : ICorsEngine
type CorsEngine =
class
interface ICorsEngine
end
Public Class CorsEngine
Implements ICorsEngine
Constructors
Name | Description | |
---|---|---|
![]() |
CorsEngine() |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
EvaluatePolicy(CorsRequestContext, CorsPolicy) | Evaluates the policy. |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
TryValidateHeaders(CorsRequestContext, CorsPolicy, CorsResult) | Try to validate the requested headers based on CorsPolicy. |
![]() |
TryValidateMethod(CorsRequestContext, CorsPolicy, CorsResult) | Try to validate the requested method based on CorsPolicy. |
![]() |
TryValidateOrigin(CorsRequestContext, CorsPolicy, CorsResult) | Try to validate the request origin based on CorsPolicy. |
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.
See Also
Return to top