Reputation: 90475
Is it possible without writing your own proxy? I have thought of using an open source proxy but it would only work with http bindings.
Upvotes: 0
Views: 655
Reputation: 57956
If you're planning to support other transports than HTTP, you'll need to deal with cache yourself.
This not meant to write your own host: you can to implement IOperationInvoker
as in this sample: Extending WCF with Custom Behaviors
Upvotes: 2