ContextAsyncTHierarchyItem Constructor
IT Hit WebDAV Classes Reference
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public ContextAsync(
RequestAsync request,
ResponseAsync response
)
Public Sub New (
request As RequestAsync,
response As ResponseAsync
)
public:
ContextAsync(
RequestAsync^ request,
ResponseAsync^ response
)
new :
request : RequestAsync *
response : ResponseAsync -> ContextAsync
Parameters
- request
- Type: ITHit.ServerRequestAsync
RequestAsync implementation. - response
- Type: ITHit.ServerResponseAsync
ResponseAsync implementation.
See Also