UriBuilder Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 UriBuilder() Initializes a new instance of the UriBuilder class.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 UriBuilder(String) Initializes a new instance of the UriBuilder class with the specified URI.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 UriBuilder(Uri) Initializes a new instance of the UriBuilder class with the specified Uri instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 UriBuilder(String, String) Initializes a new instance of the UriBuilder class with the specified scheme and host.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 UriBuilder(String, String, Int32) Initializes a new instance of the UriBuilder class with the specified scheme, host, and port.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 UriBuilder(String, String, Int32, String) Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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

See Also

Reference