I would like to use another protocol than http(s)://
in particular i want to build a URL that begins with vrchat://
but for some reason it always kills the second /
var url = "vrchat://".AppendPathSegment("launch");
if (!string.IsNullOrWhiteSpace(innerString)) {
url.SetQueryParam("id", innerString, true);
}
//url.SetQueryParam("ref", "vrchat.com");
Console.WriteLine("Connecting to {0}", url);
Results in
Connecting to vrchat:/launch?id=wrld_b805006c-bec7-4179-958a-5a9351e48d5c