Class HttpPropertyKeys
Provides common keys for properties stored in the Properties.
public static class HttpPropertyKeys
- Inheritance
-
HttpPropertyKeys
- Inherited Members
Fields
ClientCertificateKey
Provides a key for the client certificate for this request.
public static readonly string ClientCertificateKey
Field Value
DependencyScope
Provides a key for the IDependencyScope associated with this request.
public static readonly string DependencyScope
Field Value
DisposableRequestResourcesKey
Provides a key for the collection of resources that should be disposed when a request is disposed.
public static readonly string DisposableRequestResourcesKey
Field Value
HttpConfigurationKey
Provides a key for the HttpConfiguration associated with this request.
public static readonly string HttpConfigurationKey
Field Value
HttpRouteDataKey
Provides a key for the IHttpRouteData associated with this request.
public static readonly string HttpRouteDataKey
Field Value
IncludeErrorDetailKey
Provides a key that indicates whether error details are to be included in the response for this HTTP request.
public static readonly string IncludeErrorDetailKey
Field Value
IsLocalKey
Provides a key that indicates whether the request originates from a local address.
public static readonly string IsLocalKey
Field Value
RequestCorrelationKey
Provides a key for the Guid stored in Properties. This is the correlation ID for that request.
public static readonly string RequestCorrelationKey
Field Value
RequestQueryNameValuePairsKey
Provides a key for the parsed query string stored in Properties.
public static readonly string RequestQueryNameValuePairsKey
Field Value
RetrieveClientCertificateDelegateKey
Provides a key for a delegate which can retrieve the client certificate for this request.
public static readonly string RetrieveClientCertificateDelegateKey
Field Value
SynchronizationContextKey
Provides a key for the current SynchronizationContext stored in HttpRequestMessage.Properties. If SynchronizationContext.Current is null then no context is stored.
public static readonly string SynchronizationContextKey