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