1
vote
1answer
589 views
WCF Streaming contract
I am trying to set up a streaming WCF service using basicHttpBinding. The service is hosted in an IIS7 process.
The contract contains a simple Stream GetStream() operation.
When I …
