WCF Binary over TCP option, is it applicable only for Intranet or Internet also?
Is TCP applicable only for Intranet?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer is: it depends. As far as I know, WCF’s binary encoding requires both endpoints to be WCF endpoints (which would currently limit you to Windows unless/until Mono supports binary encoding). The other issue would be whether or not you can reach the port on which the remote server is listening. One of the reason running services over HTTP has become so popular is that port 80 is much more like to be open.