1
DelegatingHandler
inherits from HttpMessageHandler
. But I did not understand the difference, since it is necessary to implement the same method: SendAsync
, to perform the same operation.
What’s the difference between these two Handlers
? When one should use one or the other? What one does the other also does?