13 references to MessagePump
Microsoft.AspNetCore.Server.HttpSys (13)
ApplicationRequestContextFactory.cs (2)
11
private readonly
MessagePump
_messagePump;
13
public ApplicationRequestContextFactory(IHttpApplication<TContext> application,
MessagePump
messagePump)
MessagePump.cs (5)
44
_logger = loggerFactory.CreateLogger<
MessagePump
>();
226
var
pump = (
MessagePump
)state!;
283
private readonly
MessagePump
_messagePump;
287
MessagePump
messagePump)
RequestProcessing\RequestContextOfT.cs (3)
14
private readonly
MessagePump
_messagePump;
16
public RequestContext(IHttpApplication<TContext> application,
MessagePump
messagePump, HttpSysListener server, uint? bufferSize, ulong requestId)
25
var
messagePump = _messagePump;
WebHostBuilderHttpSysExtensions.cs (3)
33
services.AddSingleton<
MessagePump
>();
34
services.AddSingleton<IServer>(services => services.GetRequiredService<
MessagePump
>());
37
services.AddSingleton<IServerDelegationFeature>(services => services.GetRequiredService<
MessagePump
>());