DavContextCoreBaseAsync Constructor
IT Hit WebDAV Classes Reference
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
)
Public Sub New (
context As HttpContext
)
public:
DavContextCoreBaseAsync(
HttpContext^ context
)
new :
context : HttpContext -> DavContextCoreBaseAsync
Parameters
- context
- Type: HttpContext
An ASP.NET HttpContext object, used to populate Request and Response properties of this instance.
See Also