HttpPropertyKeys Class
Provides common keys for properties stored in the Properties
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CachedRequestQueryKey | |
![]() ![]() | ClientCertificateKey | Provides a key for the client certificate for this request. |
![]() ![]() | DependencyScope | Provides a key for the IDependencyScope associated with this request. |
![]() ![]() | DisposableRequestResourcesKey | Provides a key for the collection of resources that should be disposed when a request is disposed. |
![]() ![]() | HttpActionDescriptorKey | Provides a key for the HttpActionDescriptor associated with this request. |
![]() ![]() | HttpConfigurationKey | Provides a key for the HttpConfiguration associated with this request. |
![]() ![]() | HttpRouteDataKey | Provides a key for the IHttpRouteData associated with this request. |
![]() ![]() | IncludeErrorDetailKey | Provides a key that indicates whether error details are to be included in the response for this HTTP request. |
![]() ![]() | IsBatchRequest | Provides a key that indicates whether the request is a batch request. |
![]() ![]() | IsLocalKey | Provides a key that indicates whether the request originates from a local address. |
![]() ![]() | NoRouteMatched | Provides a key that indicates whether the request failed to match a route. |
![]() ![]() | RequestContextKey | Provides a key for the HttpRequestContext for this request. |
![]() ![]() | RequestCorrelationKey | Provides a key for the Guid stored in T:System.Net.Http.Properties. This is the correlation ID for that request. |
![]() ![]() | RequestQueryNameValuePairsKey | Provides a key for the parsed query string stored in T:System.Net.Http.Properties. |
![]() ![]() | RetrieveClientCertificateDelegateKey | Provides a key for a delegate which can retrieve the client certificate for this request. |
![]() ![]() | SynchronizationContextKey | Provides a key for the current SynchronizationContext stored in Properties(). If Current() is null then no context is stored. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

