1 instantiation of UrlPrefixCollection
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
91public UrlPrefixCollection UrlPrefixes { get; } = new UrlPrefixCollection();
2 references to UrlPrefixCollection
HotAddSample (1)
Startup.cs (1)
33var addresses = ServerOptions.UrlPrefixes;
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
91public UrlPrefixCollection UrlPrefixes { get; } = new UrlPrefixCollection();