HttpPropertyKeys Class

 

Provides common keys for properties stored in the Properties

Namespace:   System.Web.Http.Hosting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.Hosting.HttpPropertyKeys

Syntax

public static class HttpPropertyKeys
public ref class HttpPropertyKeys abstract sealed 
[<AbstractClass>]
[<Sealed>]
type HttpPropertyKeys = class end
Public NotInheritable Class HttpPropertyKeys

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static CachedRequestQueryKey

System_CAPS_pubfieldSystem_CAPS_static ClientCertificateKey

Provides a key for the client certificate for this request.

System_CAPS_pubfieldSystem_CAPS_static DependencyScope

Provides a key for the IDependencyScope associated with this request.

System_CAPS_pubfieldSystem_CAPS_static DisposableRequestResourcesKey

Provides a key for the collection of resources that should be disposed when a request is disposed.

System_CAPS_pubfieldSystem_CAPS_static HttpActionDescriptorKey

Provides a key for the HttpActionDescriptor associated with this request.

System_CAPS_pubfieldSystem_CAPS_static HttpConfigurationKey

Provides a key for the HttpConfiguration associated with this request.

System_CAPS_pubfieldSystem_CAPS_static HttpRouteDataKey

Provides a key for the IHttpRouteData associated with this request.

System_CAPS_pubfieldSystem_CAPS_static IncludeErrorDetailKey

Provides a key that indicates whether error details are to be included in the response for this HTTP request.

System_CAPS_pubfieldSystem_CAPS_static IsBatchRequest

Provides a key that indicates whether the request is a batch request.

System_CAPS_pubfieldSystem_CAPS_static IsLocalKey

Provides a key that indicates whether the request originates from a local address.

System_CAPS_pubfieldSystem_CAPS_static NoRouteMatched

Provides a key that indicates whether the request failed to match a route.

System_CAPS_pubfieldSystem_CAPS_static RequestContextKey

Provides a key for the HttpRequestContext for this request.

System_CAPS_pubfieldSystem_CAPS_static RequestCorrelationKey

Provides a key for the Guid stored in T:System.Net.Http.Properties. This is the correlation ID for that request.

System_CAPS_pubfieldSystem_CAPS_static RequestQueryNameValuePairsKey

Provides a key for the parsed query string stored in T:System.Net.Http.Properties.

System_CAPS_pubfieldSystem_CAPS_static RetrieveClientCertificateDelegateKey

Provides a key for a delegate which can retrieve the client certificate for this request.

System_CAPS_pubfieldSystem_CAPS_static SynchronizationContextKey

Provides a key for the current SynchronizationContext stored in Properties(). If Current() is null then no context is stored.

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.Hosting Namespace

Return to top