Click or drag to resize

ContextCoreAsyncTHierarchyItemAsync Constructor

IT Hit WebDAV Classes Reference

Namespace:  ITHit.Server
Assembly:  ITHit.Server.Core (in ITHit.Server.Core.dll) Version: 13.3.13068
Syntax
public ContextCoreAsync(
	HttpContext context
)

Parameters

context
Type: HttpContext
An ASP.NET HttpContext object, used to populate Request and Response properties of this instance.
See Also