UriBuilder Constructor
.NET Framework (current version)
Initializes a new instance of the UriBuilder class.
Assembly: System (in System.dll)
| 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(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. |
![]() | UriBuilder(Uri^) | Initializes a new instance of the UriBuilder class with the specified Uri instance. |
Show:
