Click or drag to resize

LockUriTokenPair Class

IT Hit WebDAV Classes Reference
Represents pair of file or folder uri - lock token. Used to access locked resources.
Inheritance Hierarchy
SystemObject
  ITHit.WebDAV.ClientLockUriTokenPair

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
[SerializableAttribute]
public class LockUriTokenPair

The LockUriTokenPair type exposes the following members.

Constructors
  NameDescription
Public methodLockUriTokenPair
Initializes new instance of LockUriTokenPair.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldHref
Path to the locked file or folder.
Public fieldLockToken
Lock token.
Top
See Also