UriBuilder « Network Remote « VB.Net






1.Create UriBuilder class with the specified scheme and host.
2.Create UriBuilder class with the specified scheme, host, and port.
3.Create UriBuilder class with the specified scheme, host, port number, and path.
4.Create UriBuilder class with the scheme, host, port number, path and query string or fragment identifier.
5.UriBuilder.Fragment Property gets or sets the fragment portion of the URI.