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