Azure.Core.RequestUriBuilder
Provides a custom builder for Uniform Resource Identifiers (URIs) and modifies URIs for the Uri class.
Gets whether or not this instance of RequestUriBuilder has a path.
Gets whether or not this instance of RequestUriBuilder has a query.
Gets or sets the Domain Name System (DNS) host name or IP address of a server.
Gets or sets the path to the resource referenced by the URI.
Gets the path and query string to the resource referenced by the URI.
Gets or sets the port number of the URI.
Gets or sets any query information included in the URI.
Gets or sets the scheme name of the URI.
public RequestUriBuilder()
Escapes and appends the value to Path without adding path separator.
Path segments and any other characters will be escaped, e.g. ":" will be escaped as "%3a".
Optionally escapes and appends the value to Path without adding path separator.
If escape is true, path segments and any other characters will be escaped, e.g. ":" will be escaped as "%3a".
Optionally escapes and appends the value to Path without adding path separator.
If escape is true, path segments and any other characters will be escaped, e.g. ":" will be escaped as "%3a".
Appends a query parameter adding separator if required. Escapes the value.
Appends a query parameter adding separator if required.
Appends a query parameter adding separator if required.
Replaces values inside this instance with values provided in the value parameter.
Gets the Uri instance constructed by the specified RequestUriBuilder instance.