Click or drag to resize
DAVConnection Class
This class represents the connection to a DAV Host
Inheritance Hierarchy

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DAVConnection

The DAVConnection type exposes the following members.

Constructors
  NameDescription
Public methodDAVConnection
Constructs a new DAVConnection object
Public methodDAVConnection(String, Boolean, String, String)
Constructs a new DAVConnection object
Public methodDAVConnection(String, Int32, Boolean, String, String)
Constructs a new DAVConnection object
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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIssueRequest
Issues a DAV Request to the DAV Host
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetConnection
Sets the connection details
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldbLog
Used to enable/disable logging
Public fieldisSSL
Used to denote whether or not SSL is used or not
Public fieldLogString
Used to store any logged function results
Public fieldPassword
User's password
Public fieldPort
Service port number
Public fieldProxyPassword
Proxy Server Password (if proxy is required)
Public fieldProxyUserName
Proxy Server Username (if proxy is required)
Public fieldServerCapability
Used to store a list of features/capabilities supported by the server
Public fieldUserName
Username/Login
Top
Properties
  NameDescription
Public propertyHost
Host Name or IP Address of target server
Top
Remarks
This class represents the connection to a DAV Host. It also provides the methods that operate on any DAVFolders/Collections on the host.
See Also