Click or drag to resize

DavContextBaseAsync Constructor (HttpContext)

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

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
public DavContextBaseAsync(
	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