Click or drag to resize

DavContextBaseAsync Constructor (IOwinContext)

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 (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
public DavContextBaseAsync(
	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