UriBuilder Constructor

UriBuilder Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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.

  NameDescription
Public method UriBuilder Initializes a new instance of the UriBuilder class.
Public method UriBuilder(String) Initializes a new instance of the UriBuilder class with the specified URI.
Public method UriBuilder(Uri) Initializes a new instance of the UriBuilder class with the specified Uri instance.
Public method UriBuilder(String, String) Initializes a new instance of the UriBuilder class with the specified scheme and host.
Public method UriBuilder(String, String, Int32) Initializes a new instance of the UriBuilder class with the specified scheme, host, and port.
Public method UriBuilder(String, String, Int32, String) Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path.
Public method 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.
Top

Show:
© 2017 Microsoft