24 references to LogExceptions
System.Net.Http (24)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (9)
512LogExceptions(InitialSettingsReceived.Task); 518LogExceptions(InitialSettingsReceived.Task); 926LogExceptions(SendSettingsAckAsync()); 1007LogExceptions(SendPingAsync(pingContentLong, isAck: true)); 1801LogExceptions(SendWindowUpdateAsync(0, windowUpdateSize)); 1810LogExceptions(SendWindowUpdateAsync(0, _pendingWindowUpdate)); 2047LogExceptions(responseHeadersTask); // Observe exception (if any) on responseHeadersTask. 2058LogExceptions(requestBodyTask); 2145LogExceptions(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 (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)
176LogExceptions(_readAheadTask.AsTask()); 216LogExceptions(_readAheadTask.AsTask()); 860LogExceptions(_readAheadTask.AsTask()); 889LogExceptions(sendRequestContentTask);