Source Class
IT Hit WebDAV Classes Reference
Media type independent link.
Inheritance HierarchySystemObject
ITHit.WebDAV.ClientSource
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 5.1.2712
Syntax[SerializableAttribute]
public class Source
[SerializableAttribute]
public class Source
<SerializableAttribute>
Public Class Source
<SerializableAttribute>
Public Class Source
[SerializableAttribute]
public ref class Source
[SerializableAttribute]
public ref class Source
[<SerializableAttribute>]
type Source = class end
[<SerializableAttribute>]
type Source = class end
The Source type exposes the following members.
Constructors
| Name | Description |
---|
 | Source |
Initializes new instance of Source.
|
Top
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description |
---|
 | Dst |
Destination location.
|
 | Src |
Source location.
|
Top
See Also