This documentation is archived and is not being maintained.
UriBuilder Properties
Visual Studio 2010
The UriBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Fragment | Gets or sets the fragment portion of the URI. |
|
Host | Gets or sets the Domain Name System (DNS) host name or IP address of a server. |
|
Password | Gets or sets the password associated with the user that accesses the URI. |
|
Path | Gets or sets the path to the resource referenced by the URI. |
|
Port | Gets or sets the port number of the URI. |
|
Query | Gets or sets any query information included in the URI. |
|
Scheme | Gets or sets the scheme name of the URI. |
|
Uri | Gets the Uri instance constructed by the specified UriBuilder instance. |
|
UserName | The user name associated with the user that accesses the URI. |
Show: