The members of System.UriBuilder are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the UriBuilder class. | ||
Initializes a new instance of the UriBuilder class with the specified URI. | ||
Initializes a new instance of the UriBuilder class with the specified Uri instance. | ||
Initializes a new instance of the UriBuilder class with the specified scheme and host. | ||
Initializes a new instance of the UriBuilder class with the specified scheme, host, and port. | ||
Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path. | ||
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 portion of the URI. | |
Host | string.
Gets or sets the Domain Name System (DNS) host name or IP address of a server. | |
Password | string.
Gets or sets the password associated with the user that accesses the URI. | |
Path | string.
Gets or sets the path to the resource referenced by the URI. | |
Port | int.
Gets or sets the port number of the URI. | |
Query | string.
Gets or sets any query information included in the URI. | |
Scheme | string.
Gets or sets the scheme name of the URI. | |
[read-only] | Uri | Uri.
Gets the Uri instance constructed by the specified UriBuilder instance. |
UserName | string.
The user name associated with the user that accesses the URI. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | ToString()
|