1 instantiation of UrlGroup
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysListener.cs (1)
76_urlGroup = new UrlGroup(_serverSession, _requestQueue, Logger);
12 references to UrlGroup
Microsoft.AspNetCore.Server.HttpSys (12)
AuthenticationManager.cs (2)
25private UrlGroup? _urlGroup; 85internal void SetUrlGroupSecurity(UrlGroup urlGroup)
DelegationRule.cs (2)
15private readonly UrlGroup _sourceQueueUrlGroup; 30internal DelegationRule(UrlGroup sourceQueueUrlGroup, string queueName, string urlPrefix, ILogger logger)
HttpSysListener.cs (2)
40private readonly UrlGroup _urlGroup; 100internal UrlGroup UrlGroup
HttpSysOptions.cs (2)
28private UrlGroup? _urlGroup; 245internal void Apply(UrlGroup urlGroup, RequestQueue? requestQueue)
TimeoutManager.cs (2)
21private UrlGroup? _urlGroup; 197internal void SetUrlGroupTimeouts(UrlGroup urlGroup)
UrlPrefixCollection.cs (2)
18private UrlGroup? _urlGroup; 184internal void RegisterAllPrefixes(UrlGroup urlGroup)