19 references to LogExceptions
System.Net.Http (19)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (8)
506LogExceptions(InitialSettingsReceived.Task); 914LogExceptions(SendSettingsAckAsync()); 995LogExceptions(SendPingAsync(pingContentLong, isAck: true)); 1783LogExceptions(SendWindowUpdateAsync(0, windowUpdateSize)); 1792LogExceptions(SendWindowUpdateAsync(0, _pendingWindowUpdate)); 2041LogExceptions(responseHeadersTask); // Observe exception (if any) on responseHeadersTask. 2052LogExceptions(requestBodyTask); 2134LogExceptions(SendPingAsync(pingPayload));
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (4)
317_connection.LogExceptions(_connection.SendEndStreamAsync(StreamId)); 377_connection.LogExceptions(_connection.SendRstStreamAsync(StreamId, Http2ProtocolErrorCode.Cancel)); 1371_connection.LogExceptions(_connection.SendEndStreamAsync(StreamId)); 1396_connection.LogExceptions(_connection.SendRstStreamAsync(StreamId, Http2ProtocolErrorCode.Cancel));
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (3)
82connection.LogExceptions(sendWindowUpdateTask); 131connection.LogExceptions(sendWindowUpdateTask); 223connection.LogExceptions(connection.SendPingAsync(_pingCounter, isAck: false));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (2)
194_connection.LogExceptions(readResponseTask); 202_connection.LogExceptions(sendRequestTask);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
820LogExceptions(_readAheadTask.AsTask()); 849LogExceptions(sendRequestContentTask);