Mono Class Library: Overview

System.UriBuilder: Constructor Members

The constructors 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 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.