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