Search code examples
wcfcustomizationwshttpbinding

Is there a way to extend WSHttpBinding to allow SwA?


Using WCF, can I create my own binding (based on WSHttpBinding) and use it manipulate the HTTP request so that I could add standard MIME attachments to it (SwA)?


Solution

  • No, not as far as I know. Why are you not using MTOM ?