3 implementations of OnHeadersComplete
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
702
void IHttpStreamHeadersHandler.
OnHeadersComplete
(bool endStream) { }
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
784
public void
OnHeadersComplete
(bool endStream)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1134
void IHttpStreamHeadersHandler.
OnHeadersComplete
(bool endStream)