1 write to FullPrefix
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefix.cs (1)
24
FullPrefix
= string.Format(CultureInfo.InvariantCulture, "{0}://{1}:{2}{3}", Scheme, Host, Port, Path);
9 references to FullPrefix
Microsoft.AspNetCore.Server.HttpSys (9)
MessagePump.cs (1)
116
_serverAddresses.Addresses.Add(prefix.
FullPrefix
);
UrlPrefix.cs (3)
194
return string.Equals(
FullPrefix
, Convert.ToString(obj, CultureInfo.InvariantCulture), StringComparison.OrdinalIgnoreCase);
200
return StringComparer.OrdinalIgnoreCase.GetHashCode(
FullPrefix
);
206
return
FullPrefix
;
UrlPrefixCollection.cs (5)
69
_urlGroup?.RegisterPrefix(item.
FullPrefix
, id);
156
_urlGroup?.UnregisterPrefix(pair.Value.
FullPrefix
);
206
_urlGroup.RegisterPrefix(pair.Value.
FullPrefix
, pair.Key);
227
_urlGroup.RegisterPrefix(newPrefix.
FullPrefix
, key);
258
_urlGroup.UnregisterPrefix(prefix.
FullPrefix
);