| DAVConnection Class |
Namespace: ARPDev.DAVLIB
The DAVConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| DAVConnection |
Constructs a new DAVConnection object
| |
| DAVConnection(String, Boolean, String, String) |
Constructs a new DAVConnection object
| |
| DAVConnection(String, Int32, Boolean, String, String) |
Constructs a new DAVConnection object
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IssueRequest |
Issues a DAV Request to the DAV Host
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetConnection |
Sets the connection details
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| bLog |
Used to enable/disable logging
| |
| isSSL |
Used to denote whether or not SSL is used or not
| |
| LogString |
Used to store any logged function results
| |
| Password |
User's password
| |
| Port |
Service port number
| |
| ProxyPassword |
Proxy Server Password (if proxy is required)
| |
| ProxyUserName |
Proxy Server Username (if proxy is required)
| |
| ServerCapability |
Used to store a list of features/capabilities supported by the server
| |
| UserName |
Username/Login
|