Пример #1
0
 static public Url1 CreateFroSchemeAuthority(string scheme, string authority)
 {
     return(CreateFroSchemeAuthority(new Scheme(scheme), Authority1.Parse(authority)));
 }