Click or drag to resize

DavContextWebBaseAsync Constructor

IT Hit WebDAV Classes Reference
Initializes context for IIS/ASP.NET based server.

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

Parameters

context
Type: System.WebHttpContext
An ASP.NET HttpContext object.
Remarks

You must create a new context in each request to your WebDAV server passing ASP.NET context.

This method instance is optimized for processing requests in IIS/ASP.NET-based server.

See Also