1 write to Listener
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
35Listener = new HttpSysListener(_options, loggerFactory);
12 references to Listener
Microsoft.AspNetCore.Server.HttpSys (12)
ApplicationRequestContextFactory.cs (1)
21return new RequestContext<TContext>(_application, _messagePump, _messagePump.Listener, bufferSize, requestId);
MessagePump.cs (11)
77Listener.Options.UrlPrefixes.Clear(); 95else if (Listener.RequestQueue.Created) 99Listener.Options.UrlPrefixes.Add(Constants.DefaultServerAddress); 110Listener.Start(); 137Listener.Options.UrlPrefixes.Add(value); 165var acceptContext = new AsyncAcceptContext(Listener, RequestContextFactory, _logger); 216var rule = new DelegationRule(Listener.UrlGroup, queueName, uri, _logger); 217Listener.UrlGroup.SetDelegationProperty(rule.Queue); 226Listener.Dispose(); 256requestContext = await _messagePump.Listener.AcceptAsync(_asyncAcceptContext); 258if (!_messagePump.Listener.ValidateRequest(requestContext))