25 references to LogExceptions
System.Net.Http (25)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (9)
507
LogExceptions
(InitialSettingsReceived.Task);
513
LogExceptions
(InitialSettingsReceived.Task);
921
LogExceptions
(SendSettingsAckAsync());
1002
LogExceptions
(SendPingAsync(pingContentLong, isAck: true));
1796
LogExceptions
(SendWindowUpdateAsync(0, windowUpdateSize));
1805
LogExceptions
(SendWindowUpdateAsync(0, _pendingWindowUpdate));
2042
LogExceptions
(responseHeadersTask); // Observe exception (if any) on responseHeadersTask.
2053
LogExceptions
(requestBodyTask);
2140
LogExceptions
(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)
82
connection.
LogExceptions
(sendWindowUpdateTask);
131
connection.
LogExceptions
(sendWindowUpdateTask);
223
connection.
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)
176
LogExceptions
(_readAheadTask.AsTask());
216
LogExceptions
(_readAheadTask.AsTask());
858
LogExceptions
(_readAheadTask.AsTask());
887
LogExceptions
(sendRequestContentTask);