2 implementations of CreateRequestContext
Microsoft.AspNetCore.Server.HttpSys (1)
ApplicationRequestContextFactory.cs (1)
19public RequestContext CreateRequestContext(uint? bufferSize, ulong requestId)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Listener\Utilities.cs (1)
169public RequestContext CreateRequestContext(uint? bufferSize, ulong requestId)
1 reference to CreateRequestContext
Microsoft.AspNetCore.Server.HttpSys (1)
AsyncAcceptContext.cs (1)
243_requestContext = _requestContextFactory.CreateRequestContext(size, requestId);