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