Click or drag to resize

DavContextOwinBaseAsync Constructor

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

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 9.1.5311-Beta
Syntax
public DavContextOwinBaseAsync(
	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