.net - TcpClient connection error -


i used tcpclient , tcplistner classes chat application. worked perfect on lan. use same approach on internet didn't work , gives me following error

a connection attempt failed because connected party did not respond after period of time, or established connection failed because connected host has failed respond 112.134.252.38:13000

how solve this?

it looks network problem. tcp ports might not open on firewalls. firewalls blocking traffic on ports different 80 , 443 on internet. should contact network administrators of remote machine trying access , ensure port trying connect not blocked.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -