Click or drag to resize
Uri Class

This class represents a Uniform Resource Identifier (URI).

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.RemoteViz.RenderingUri

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class Uri : SoNetBase

The Uri type exposes the following members.

Constructors
  NameDescription
Public methodUri

Creates an OIV.RemoteViz.Rendering.Uri object.

Top
Methods
  NameDescription
Public methodCopyFrom

Copy assignment operator.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAbsolute

Returns whether the OIV.RemoteViz.Rendering.Uri instance is absolute.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAuthority

Returns the Domain Name System (DNS) host name or IP address and the port number for a server.

Public propertyPath

Returns the path of the URI.

Public propertyPathAndQuery

Returns the Path and Query properties separated by a question mark (?).

Public propertyPort

Returns the port number of this URI.

Public propertyQuery

Returns any query information included in the specified URI.

Public propertyScheme

Returns the scheme name for this URI.

Top
Remarks

A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.

See Also