UriBuilder Constructor

 

Initializes a new instance of the UriBuilder class.

Namespace:   System
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodUriBuilder()

Initializes a new instance of the UriBuilder class.

System_CAPS_pubmethodUriBuilder(String^)

Initializes a new instance of the UriBuilder class with the specified URI.

System_CAPS_pubmethodUriBuilder(String^, String^)

Initializes a new instance of the UriBuilder class with the specified scheme and host.

System_CAPS_pubmethodUriBuilder(String^, String^, Int32)

Initializes a new instance of the UriBuilder class with the specified scheme, host, and port.

System_CAPS_pubmethodUriBuilder(String^, String^, Int32, String^)

Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path.

System_CAPS_pubmethodUriBuilder(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.

System_CAPS_pubmethodUriBuilder(Uri^)

Initializes a new instance of the UriBuilder class with the specified Uri instance.

Return to top
Show: