HttpListenerContextAdapter AdaptedInstance Property WebDAV#
Gets the internal instance that was adapted for WebDAV#.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HttpListenerContext AdaptedInstance { get; }

Property Value

Type: HttpListenerContext
The adapted instance.

Implements

IAdapter T  AdaptedInstance
See Also