25 references to LogExceptions
System.Net.Http (25)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (9)
498LogExceptions(InitialSettingsReceived.Task); 504LogExceptions(InitialSettingsReceived.Task); 912LogExceptions(SendSettingsAckAsync()); 993LogExceptions(SendPingAsync(pingContentLong, isAck: true)); 1787LogExceptions(SendWindowUpdateAsync(0, windowUpdateSize)); 1796LogExceptions(SendWindowUpdateAsync(0, _pendingWindowUpdate)); 2033LogExceptions(responseHeadersTask); // Observe exception (if any) on responseHeadersTask. 2044LogExceptions(requestBodyTask); 2131LogExceptions(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); 228_connection.LogExceptions(writesClosed);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
176LogExceptions(_readAheadTask.AsTask()); 216LogExceptions(_readAheadTask.AsTask()); 858LogExceptions(_readAheadTask.AsTask()); 887LogExceptions(sendRequestContentTask);