1 write to _iisContextFactory
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
100
_iisContextFactory
= new IISContextFactory<TContext>(_memoryPool, application, _options, this, _logger);
2 references to _iisContextFactory
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpServer.cs (2)
167
Debug.Assert(server.
_iisContextFactory
!= null, "StartAsync must be called first.");
168
var context = server.
_iisContextFactory
.CreateHttpContext(safehandle);