CorsEngine Class
An implementation of ICorsEngine based on the CORS specifications.
Assembly: System.Web.Cors (in System.Web.Cors.dll)
| Name | Description | |
|---|---|---|
![]() | CorsEngine() |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

