Share via


HttpPropertyKeys.DisposableRequestResourcesKey Field

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

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

Syntax

'Declaration
Public Shared ReadOnly DisposableRequestResourcesKey As String
'Usage
Dim value As String 

value = HttpPropertyKeys.DisposableRequestResourcesKey
public static readonly string DisposableRequestResourcesKey
public:
static initonly String^ DisposableRequestResourcesKey
static val DisposableRequestResourcesKey: string
public static final var DisposableRequestResourcesKey : String

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace