Source Constructor 

IT Hit WebDAV for .NET

Initializes new instance of Source.

[Visual Basic]
Overloads Public Sub New( _
   ByVal src As Uri, _
   ByVal dst As Uri _
)
[C#]
public Source(
   Uri src,
   Uri dst
);

Parameters

src
Source location.
dst
Destination location.

See Also

Source Class | ITHit.WebDAV.Client Namespace