Uri.setUserinfo
bool setUserinfo(string userinfo)Set or unset the user information for the URI.
Parameters
userinfo | The new user-information string to set or null to unset. |
Returns
true if the user information was set/unset successfully.
bool setUserinfo(string userinfo)Set or unset the user information for the URI.
userinfo | The new user-information string to set or null to unset. |