This documentation is archived and is not being maintained.
UriBuilder Constructor
Visual Studio 2010
Initializes a new instance of the UriBuilder class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UriBuilder() | Initializes a new instance of the UriBuilder class. |
|
UriBuilder(String) | Initializes a new instance of the UriBuilder class with the specified URI. |
|
UriBuilder(Uri) | Initializes a new instance of the UriBuilder class with the specified Uri instance. |
|
UriBuilder(String, String) | Initializes a new instance of the UriBuilder class with the specified scheme and host. |
|
UriBuilder(String, String, Int32) | Initializes a new instance of the UriBuilder class with the specified scheme, host, and port. |
|
UriBuilder(String, String, Int32, String) | Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path. |
|
UriBuilder(String, String, Int32, String, String) | Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, path and query string or fragment identifier. |
Show: