Is it possible to target DelegatingHandlers (message handlers) in WCF Web Api at specific requests (as is possible with an operation handler) or are message handlers global. By that I mean they are called for every request.
Targetting WCF Web Api Message Handler at specific requests
524 Views Asked by Antony Scott At
1
You could set up different configurations and map those configurations to the appropriate routes. So for example: