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