rlebeau on Indy11-preparation
Updating TIdSocketList.Add() on… (compare)
rlebeau on master
#445 Updating TIdSocketList.Add… (compare)
rlebeau on Indy11-preparation
Bringing in some more updates f… (compare)
var xUrl = new UriBuilder();
xUrl.Host = "localhost";
xUrl.UserName = "mterwoord@github.com";
xUrl.Password = "Pass:!@";
// xUrl.ToString() -> http://mterwoord@github.com:Pass:!@@localhost/
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
which excludes @