Mono Class Library: Overview

System.UriBuilder: Members

The members of System.UriBuilder are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the UriBuilder class.
Constructs and initializes a new instance of the UriBuilder class using the specified URI.
Constructs and initializes a new instance of the UriBuilder class with the specified Uri instance.
Constructs and initializes a new instance of the UriBuilder class with the specified scheme and host.
Constructs and initializes a new instance of the UriBuilder class with the specified scheme, host, and port.
Constructs and initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path.
Constructs and initializes a new instance of the UriBuilder class with the specified scheme, host, port number, path, and query string or fragment identifier.

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.

Public Methods

override
Equals(object) : bool
Compares the current instance and the specified object for equality.
override
GetHashCode() : int
Generates a hash code for the current instance.
override
ToString() : string
Returns the escaped form of the URI represented by the current instance.