Httpmessagehandler vs Delegatinghandler

Asked

Viewed 18 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.