tags:

views:

106

answers:

1

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.

+2  A: 

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

Rubens Farias
excelent! thank you
Jader Dias