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