DavContextBaseAsync Constructor (HttpContext)
IT Hit WebDAV Classes Reference
Initializes context for IIS/ASP.NET based server.
Namespace: ITHit.WebDAV.ServerAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntaxpublic DavContextBaseAsync(
HttpContext context
)
Public Sub New (
context As HttpContext
)
public:
DavContextBaseAsync(
HttpContext^ context
)
new :
context : HttpContext -> DavContextBaseAsync
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