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)

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

public ref class HttpPropertyKeys abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCachedRequestQueryKey

System_CAPS_pubfieldSystem_CAPS_staticClientCertificateKey

Provides a key for the client certificate for this request.

System_CAPS_pubfieldSystem_CAPS_staticDependencyScope

Provides a key for the IDependencyScope associated with this request.

System_CAPS_pubfieldSystem_CAPS_staticDisposableRequestResourcesKey

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

System_CAPS_pubfieldSystem_CAPS_staticHttpActionDescriptorKey

Provides a key for the HttpActionDescriptor associated with this request.

System_CAPS_pubfieldSystem_CAPS_staticHttpConfigurationKey

Provides a key for the HttpConfiguration associated with this request.

System_CAPS_pubfieldSystem_CAPS_staticHttpRouteDataKey

Provides a key for the IHttpRouteData associated with this request.

System_CAPS_pubfieldSystem_CAPS_staticIncludeErrorDetailKey

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

System_CAPS_pubfieldSystem_CAPS_staticIsBatchRequest

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

System_CAPS_pubfieldSystem_CAPS_staticIsLocalKey

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

System_CAPS_pubfieldSystem_CAPS_staticNoRouteMatched

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

System_CAPS_pubfieldSystem_CAPS_staticRequestContextKey

Provides a key for the HttpRequestContext for this request.

System_CAPS_pubfieldSystem_CAPS_staticRequestCorrelationKey

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_staticRequestQueryNameValuePairsKey

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

System_CAPS_pubfieldSystem_CAPS_staticRetrieveClientCertificateDelegateKey

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

System_CAPS_pubfieldSystem_CAPS_staticSynchronizationContextKey

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.

Return to top
Show: