1 write to Scheme
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefix.cs (1)
17Scheme = scheme;
2 references to Scheme
Microsoft.AspNetCore.Server.HttpSys (2)
UrlPrefix.cs (1)
24FullPrefix = string.Format(CultureInfo.InvariantCulture, "{0}://{1}:{2}{3}", Scheme, Host, Port, Path);
UrlPrefixCollection.cs (1)
226var newPrefix = UrlPrefix.Create(urlPrefix.Scheme, urlPrefix.Host, port, urlPrefix.Path);