Uri Class |
This class represents a Uniform Resource Identifier (URI).
Namespace: OIV.RemoteViz.Rendering
The Uri type exposes the following members.
Name | Description | |
---|---|---|
CopyFrom | Copy assignment operator. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAbsolute | Returns whether the OIV.RemoteViz.Rendering.Uri instance is absolute. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Authority | Returns the Domain Name System (DNS) host name or IP address and the port number for a server. | |
Path | Returns the path of the URI. | |
PathAndQuery | Returns the Path and Query properties separated by a question mark (?). | |
Port | Returns the port number of this URI. | |
Query | Returns any query information included in the specified URI. | |
Scheme | Returns the scheme name for this URI. |
A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.