IAdapter T  InterfaceWebDAV#
This interface is implemented by other adapters in the WebDAV# project, to facilitate access to the underlying adapted object.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAdapter<T>
Type Parameters
T
The type of internal instance that is adapted.

The IAdapter T  type exposes the following members.

Properties
  NameDescription
Public propertyAdaptedInstance
Gets the internal instance that was adapted for WebDAV#.
Top
See Also