Click or drag to resize

Source Constructor

IT Hit WebDAV Classes Reference
Initializes new instance of Source.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public Source(
	Uri src,
	Uri dst
)

Parameters

src
Type: SystemUri
Source location.
dst
Type: SystemUri
Destination location.
See Also