The members of System.UriBuilder are listed below.
See Also: Inherited members from System.Object
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.
Fragment string. Gets or sets the fragment component of the current instance. Host string. 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. Password string. Gets or sets the password information used to access the resource represented by the current instance. Path string. Gets or sets the path to the resource represented by the current instance. Port int. Gets or sets the port number used to connect to the UriBuilder.Host referenced by the current instance. Query string. Gets or sets the query component of the current instance. Scheme string. Gets or sets the scheme component of the current instance. [read-only] Uri Uri. Gets a Uri instance constructed using the current instance. UserName string. Gets or sets the user name information used to access the resource identified by the current instance.