HttpTunneling a TCPClient application
Posted
by user360116
on Stack Overflow
See other posts from Stack Overflow
or by user360116
Published on 2010-06-07T06:59:43Z
Indexed on
2010/06/07
7:02 UTC
Read the original article
Hit count: 209
We have a custom chat application(c#) which uses TCPClient. We are having problem on clients who are behind Firewall or proxy. We know that these client can browse the internet without a problem so we decided to change our TCPClient application so that It uses HTTP messages to communicate.
Will it be enough just to wrap our text massages with standard HTML tags and HTTP headers? We need a long lasting connection. Does keep-alive have a limit? Do firewalls or proxies have time limits for "alive" connections.
© Stack Overflow or respective owner