CorsHttpRequestMessageExtensions Class
CORS-related extension methods for HttpRequestMessage.
Namespace: System.Web.Http.Cors
Assembly: System.Web.Http.Cors (in System.Web.Http.Cors.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.Cors.CorsHttpRequestMessageExtensions
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class CorsHttpRequestMessageExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class CorsHttpRequestMessageExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type CorsHttpRequestMessageExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class CorsHttpRequestMessageExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetCorsRequestContext(HttpRequestMessage) | Gets the CorsRequestContext for a given request. |
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
System.Web.Http.Cors Namespace
Return to top