[This is preliminary documentation and is subject to change.]

The OCUri type exposes the following members.

Constructors

  NameDescription
Public methodOCUri
Default constructor

Methods

  NameDescription
Protected methodCanonicalize Obsolete.
Converts the internally stored URI to canonical form.
(Inherited from Uri.)
Protected methodCheckSecurity Obsolete.
Calling this method has no effect.
(Inherited from Uri.)
Public methodEquals
Compares two Uri instances for equality.
(Inherited from Uri.)
Protected methodEscape Obsolete.
Converts any unsafe or reserved characters in the path component to their hexadecimal character representations.
(Inherited from Uri.)
Public methodStatic memberEscapeString
Converts a string to its escaped representation..
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 methodGetComponents
Gets the specified components of the current instance using the specified escaping for special characters.
(Inherited from Uri.)
Public methodGetHashCode
Returns the hash code for the URI.
(Inherited from Uri.)
Public methodStatic memberGetHtml
Returns an html screen back for a page.
Public methodGetLeftPart
Returns the specified portion of a Uri instance.
(Inherited from Uri.)
Protected methodGetObjectData
Returns the data needed to serialize the current instance.
(Inherited from Uri.)
Public methodStatic memberGetReferrerAbsoluteUrlOverloaded.
Public methodStatic memberGetReferrerLocalPath
Gets the UrlReferrer local path
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsBadFileSystemCharacter Obsolete.
Returns a Boolean value that indicates whether a character is invalid in a file system name.
(Inherited from Uri.)
Public methodIsBaseOf
Determines whether the current Uri instance is a base of the specified Uri instance.
(Inherited from Uri.)
Protected methodIsReservedCharacter Obsolete.
Returns a Boolean that indicates whether the specified character is a reserved character.
(Inherited from Uri.)
Public methodIsWellFormedOriginalString
Indicates whether the string used to construct this Uri was well-formed.
(Inherited from Uri.)
Public methodMakeRelative Obsolete.
Determines the difference between two Uri instances.
(Inherited from Uri.)
Public methodMakeRelativeUri
Determines the difference between two Uri instances.
(Inherited from Uri.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParse Obsolete.
Parses the URI of the current instance to ensure it contains all the parts required for a valid URI.
(Inherited from Uri.)
Public methodToString
Returns a canonical string representation for the specified Uri instance.
(Inherited from Uri.)
Protected methodUnescape Obsolete.
Converts the specified string by replacing any escape sequences with their unescaped representation.
(Inherited from Uri.)

Properties

  NameDescription
Public propertyAbsolutePath
Gets the absolute path of the URI.
(Inherited from Uri.)
Public propertyAbsoluteUri
Gets the absolute URI.
(Inherited from Uri.)
Public propertyAuthority
Gets the Domain Name System (DNS) host name or IP address and the port number for a server.
(Inherited from Uri.)
Public propertyDnsSafeHost
Gets an unescaped host name that is safe to use for DNS resolution.
(Inherited from Uri.)
Public propertyFragment
Gets the escaped fragment.
(Inherited from Uri.)
Public propertyHost
Gets the host component of this instance.
(Inherited from Uri.)
Public propertyHostNameType
Returns the type of the host name specified in the URI.
(Inherited from Uri.)
Public propertyIsAbsoluteUri
Gets a Boolean value that indicates whether the Uri instance is absolute.
(Inherited from Uri.)
Public propertyIsDefaultPort
Gets a value indicating whether the port value of the URI is the default for this scheme.
(Inherited from Uri.)
Public propertyIsFile
Gets a value indicating whether the specified Uri is a file URI.
(Inherited from Uri.)
Public propertyIsLoopback
Gets a Boolean value indicating whether the specified Uri references the local host.
(Inherited from Uri.)
Public propertyIsUnc
Gets a Boolean value indicating whether the specified Uri is a universal naming convention (UNC) path.
(Inherited from Uri.)
Public propertyLocalPath
Gets a local operating-system representation of a file name.
(Inherited from Uri.)
Public propertyOriginalString
Gets the original URI string that was passed to the Uri constructor.
(Inherited from Uri.)
Public propertyPathAndQuery
Gets the AbsolutePath and Query properties separated by a question mark (?).
(Inherited from Uri.)
Public propertyPort
Gets the port number of this URI.
(Inherited from Uri.)
Public propertyQuery
Gets any query information included in the specified URI.
(Inherited from Uri.)
Public propertyScheme
Gets the scheme name for this URI.
(Inherited from Uri.)
Public propertySegments
Gets an array containing the path segments that make up the specified URI.
(Inherited from Uri.)
Public propertyUserEscaped
Indicates that the URI string was completely escaped before the Uri instance was created.
(Inherited from Uri.)
Public propertyUserInfo
Gets the user name, password, or other user-specific information associated with the specified URI.
(Inherited from Uri.)

See Also