set_Scheme()

UriBuilder::set_Scheme(const String&) method

Sets the scheme of the URI constructed by the current object to the specified value.

void System::UriBuilder::set_Scheme(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The string representation of the scheme to set

See Also