| DAVURI Class |
Namespace: ARPDev.DAVLIB
The DAVURI type exposes the following members.
| Name | Description | |
|---|---|---|
| DAVURI |
Empty constructor
| |
| DAVURI(String) |
Constructs a DAVURI object from uriString
|
| 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.) | |
| GetURL |
Generates a string from a DAVURI object
| |
| IsSet |
Indicates whether the URI has been set with a value
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse |
Parses a string into a DAVURI object
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Host |
Host name or IP address
| |
| LastError |
Returns the last error code of any request/response
| |
| Path |
Path portion of URI
| |
| Port |
Service port number (example: 80 or 443)
| |
| Protocol |
Protocol portion of URI (http or https)
| |
| QueryString |
Host connection Property
| |
| StatusCode |
Stores any errors returned when requested
|