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