Click or drag to resize
DAVURI Class
Provides management of URI Protocol,Server,Ports, Paths, etc
Inheritance Hierarchy
SystemObject
  ARPDev.DAVLIBDAVURI

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

The DAVURI type exposes the following members.

Constructors
  NameDescription
Public methodDAVURI
Empty constructor
Public methodDAVURI(String)
Constructs a DAVURI object from uriString
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 methodGetURL
Generates a string from a DAVURI object
Public methodIsSet
Indicates whether the URI has been set with a value
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Parses a string into a DAVURI object
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldHost
Host name or IP address
Public fieldLastError
Returns the last error code of any request/response
Public fieldPath
Path portion of URI
Public fieldPort
Service port number (example: 80 or 443)
Public fieldProtocol
Protocol portion of URI (http or https)
Public fieldQueryString
Host connection Property
Public fieldStatusCode
Stores any errors returned when requested
Top
Remarks
See Also