22 references to LogExceptions
System.Net.Http (22)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (8)
527LogExceptions(InitialSettingsReceived.Task); 533LogExceptions(InitialSettingsReceived.Task); 1311LogExceptions(PerformWriteAsync(FrameHeader.Size, this, static (thisRef, writeBuffer) => 1332LogExceptions(PerformWriteAsync(FrameHeader.Size + FrameHeader.PingLength, (thisRef: this, pingContent, isAck), static (state, writeBuffer) => 1854LogExceptions(SendWindowUpdateAsync(0, windowUpdateSize)); 1863LogExceptions(SendWindowUpdateAsync(0, _pendingWindowUpdate)); 2126LogExceptions(responseHeadersTask); // Observe exception (if any) on responseHeadersTask. 2137LogExceptions(requestBodyTask);
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 (2)
82connection.LogExceptions(sendWindowUpdateTask); 131connection.LogExceptions(sendWindowUpdateTask);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (4)
95_connection.LogExceptions(_stream.DisposeAsync().AsTask()); 121_connection.LogExceptions(_stream.DisposeAsync().AsTask()); 219_connection.LogExceptions(readResponseTask); 232_connection.LogExceptions(sendRequestTask);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
177LogExceptions(_readAheadTask.AsTask()); 217LogExceptions(_readAheadTask.AsTask()); 863LogExceptions(_readAheadTask.AsTask()); 892LogExceptions(sendRequestContentTask);