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 portion of the URI.

Hoststring.

Gets or sets the Domain Name System (DNS) host name or IP address of a server.

Passwordstring.

Gets or sets the password associated with the user that accesses the URI.

Pathstring.

Gets or sets the path to the resource referenced by the URI.

Portint.

Gets or sets the port number of the URI.

Querystring.

Gets or sets any query information included in the URI.

Schemestring.

Gets or sets the scheme name of the URI.

[read-only]
UriUri.

Gets the Uri instance constructed by the specified UriBuilder instance.

UserNamestring.

The user name associated with the user that accesses the URI.