Hi, I was using basicHttpBinding for streaming transfer, When I change binding to netTcpBinding , Service start to throw exception... Please help me to understand the fastest binding to transfer streams...
Thanks a lot!
views:
422answers:
1
+1
A:
Some good links for file transferring, might help you get to the bottom of what's going on:
- Streaming: MSDN
- Transferring Chunks: Code Project (may not be relevant)
- Streaming Issues: weblogs.asp.net
Tanner
2009-05-26 15:43:31
answer in MSDN link,Because of these functional constraints, you can use only transport-level security options for streaming and you cannot turn on reliable sessions. As a result, streaming is only available with the following system-defined bindings:BasicHttpBindingNetTcpBindingNetNamedPipeBinding
ArsenMkrt
2009-05-28 04:10:07