Click or drag to resize

DavContextCoreBaseAsync Constructor

IT Hit WebDAV Classes Reference
Initializes new instance of the DavContextCoreBaseAsync class. Uses HttpContext to populate its request and response.

Namespace:  ITHit.WebDAV.Server.Core
Assembly:  ITHit.WebDAV.Server.Core (in ITHit.WebDAV.Server.Core.dll) Version: 9.1.5311-Beta
Syntax
public DavContextCoreBaseAsync(
	HttpContext context
)

Parameters

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