Mono Class Library: Overview

System.UriBuilder: Property Members

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

See Also: Inherited members from System.Object

Public Properties

Fragmentstring. Gets or sets the fragment component of the current instance.
Hoststring. Gets or sets the Domain Name System (DNS) host name or IP address of a machine that provides access to the resource identified by the current instance.
Passwordstring. Gets or sets the password information used to access the resource represented by the current instance.
Pathstring. Gets or sets the path to the resource represented by the current instance.
Portint. Gets or sets the port number used to connect to the UriBuilder.Host referenced by the current instance.
Querystring. Gets or sets the query component of the current instance.
Schemestring. Gets or sets the scheme component of the current instance.
[read-only]
UriUri. Gets a Uri instance constructed using the current instance.
UserNamestring. Gets or sets the user name information used to access the resource identified by the current instance.