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.
Is it possible to target DelegatingHandlers (message handlers) in WCF Web Api at specific
Share
You could set up different configurations and map those configurations to the appropriate routes. So for example: