Click or drag to resize

ContextAsyncTHierarchyItem Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the context. Initializes RequestAsync and ResponseAsync properties.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public ContextAsync(
	RequestAsync request,
	ResponseAsync response
)

Parameters

request
Type: ITHit.ServerRequestAsync
RequestAsync implementation.
response
Type: ITHit.ServerResponseAsync
ResponseAsync implementation.
See Also