I have some small questions of which I think they're quite easy to answer for a WCF expert, but which I don't exactly know. I'm hoping they're not to obvious:
- Does transport security (http with ssl) work in conjunction with streaming? If no, how can I transfer large data in a secure way to the client?
- If I am not completely off the track an IDuplexSessionChannel requires the client to open a port too, so that the service can contact the client via a callback. Does this also affect an IDuplexSessionChannel which comunicates via http? Port 80 should be open by default, shouldn't it?