Uri.setScheme
bool setScheme(string scheme)Set or unset the scheme for the URI.
Parameters
scheme | The new scheme to set or null to unset the scheme. |
Returns
true if the scheme was set/unset successfully.
bool setScheme(string scheme)Set or unset the scheme for the URI.
scheme | The new scheme to set or null to unset the scheme. |