Skip to content

This demo shows how to create a `DelegatingHandler` and use it in a ASP.NET Web API application (server-side) and with a `HttpClient` from a console app (client-side).

License

Notifications You must be signed in to change notification settings

csharp-pills-15mg/http-message-handler-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Message Handler Demo

This demo shows how to create and use a DelegatingHandler in a ASP.NET Web API application (server side):

And how to use it in with HttpClient from a console application (client side):

Note

  • DelegatingHandler is inheriting HttpMessageHandler and it is the base class for custom message handlers. Both server side and client side.

About

This demo shows how to create a `DelegatingHandler` and use it in a ASP.NET Web API application (server-side) and with a `HttpClient` from a console app (client-side).

Resources

License

Stars

Watchers

Forks