3 implementations of OnInputOrOutputCompleted
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
100
void IRequestProcessor.
OnInputOrOutputCompleted
()
Internal\Http2\Http2Connection.cs (1)
224
public void
OnInputOrOutputCompleted
()
Internal\Http3\Http3Connection.cs (1)
908
public void
OnInputOrOutputCompleted
()
1 reference to OnInputOrOutputCompleted
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
184
_requestProcessor!.
OnInputOrOutputCompleted
();