Supported Bindings for WCF Streaming
1 answer
Some good file transfer links can help you figure out what's going on:
- Streaming: MSDN
... you can only use transport layer security settings for streaming, and you cannot enable trusted sessions. Streaming is only available with the following system bindings:
- BasicHttpBinding
- NetTcpBinding
- NetNamedPipeBinding
- WebHttpBinding
- Transfer chunks: Project code (may not be relevant)
- Streaming issues : weblogs.asp.net
+3
source to share