3 references to ProcessRequestsAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
27
/// Request processing code (especially <see cref="
ProcessRequestsAsync
"/>) shared across HTTP protocols
Internal\Http2\Http2StreamOfT.cs (1)
27
_ =
ProcessRequestsAsync
(_application);
Internal\Http3\Http3StreamOfT.cs (1)
31
_ =
ProcessRequestsAsync
(_application);