25 references to LogExceptions
System.Net.Http (25)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (9)
511LogExceptions(InitialSettingsReceived.Task); 517LogExceptions(InitialSettingsReceived.Task); 925LogExceptions(SendSettingsAckAsync()); 1006LogExceptions(SendPingAsync(pingContentLong, isAck: true)); 1800LogExceptions(SendWindowUpdateAsync(0, windowUpdateSize)); 1809LogExceptions(SendWindowUpdateAsync(0, _pendingWindowUpdate)); 2046LogExceptions(responseHeadersTask); // Observe exception (if any) on responseHeadersTask. 2057LogExceptions(requestBodyTask); 2144LogExceptions(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 (5)
93_connection.LogExceptions(_stream.DisposeAsync().AsTask()); 119_connection.LogExceptions(_stream.DisposeAsync().AsTask()); 202_connection.LogExceptions(readResponseTask); 210_connection.LogExceptions(sendRequestTask); 232_connection.LogExceptions(writesClosed);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
176LogExceptions(_readAheadTask.AsTask()); 216LogExceptions(_readAheadTask.AsTask()); 858LogExceptions(_readAheadTask.AsTask()); 887LogExceptions(sendRequestContentTask);