Click or drag to resize

ContextOwinAsyncTHierarchyItem Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the WebDAV context based on OWIN context.

Namespace:  ITHit.Server
Assembly:  ITHit.Server.Owin (in ITHit.Server.Owin.dll) Version: 13.3.13068
Syntax
public ContextOwinAsync(
	IOwinContext context
)

Parameters

context
Type: IOwinContext
IOwinContext instance.
Remarks

You must create a new context instance in each request to your WebDAV server passing OWIN context.

See Also