Mono Class Library: Overview

System.Uri: Property Members

The properties of System.Uri are listed below. For a list of all members, see the Uri Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AbsolutePathstring. Gets the absolute path of the resource identified by the current instance.
[read-only]
AbsoluteUristring. Gets the absolute URI of the resource identified by the current instance in canonical form.
[read-only]
Authoritystring. Gets the authority component of the URI used to construct the current instance.
[read-only]
DnsSafeHoststring. Documentation for this section has not yet been entered.
[read-only]
Fragmentstring. Gets the fragment component of the URI used to construct the current instance.
[read-only]
Hoststring. Gets the host component of the URI used to construct the current instance.
[read-only]
HostNameTypeUriHostNameType. Gets the format of the host address in the URI used to construct the current instance.
[read-only]
IsAbsoluteUribool. Documentation for this section has not yet been entered.
[read-only]
IsDefaultPortbool. Gets a bool value indicating whether the Uri.Port value of the current instance is the default port for the scheme of the current instance.
[read-only]
IsFilebool. Gets a bool value indicating whether the current instance identifies a file.
[read-only]
IsLoopbackbool. Gets a bool value indicating whether the host information of the current instance is the current computer.
[read-only]
IsUncbool. Documentation for this section has not yet been entered.
[read-only]
LocalPathstring. Gets the local operating-system representation of the resource identified by the current instance.
[read-only]
OriginalStringstring. Documentation for this section has not yet been entered.
[read-only]
PathAndQuerystring. Gets the Uri.AbsolutePath and Uri.Query components of the URI used to construct the current instance.
[read-only]
Portint. Gets the port number used to connect to the Uri.Host referenced by the current instance.
[read-only]
Querystring. Gets the query component of the URI used to construct the current instance.
[read-only]
Schemestring. Gets the scheme component of the URI used to construct the current instance.
[read-only]
Segmentsstring[]. Documentation for this section has not yet been entered.
[read-only]
UserEscapedbool. Gets a bool value that indicates whether the URI information used to construct the current instance was escaped before the current instance was created.
[read-only]
UserInfostring. Gets the userinfo component of the URI used to construct the current instance.