Problem with TcpListener on Silverlight application
Posted
by Samvel Siradeghyan
on Stack Overflow
See other posts from Stack Overflow
or by Samvel Siradeghyan
Published on 2010-03-26T06:10:32Z
Indexed on
2010/03/26
6:13 UTC
Read the original article
Hit count: 631
silverlight-3.0
|c#
I am writing silverlight 3 application wich si working on network.
It works like client-server application. There is WinForm application for server and silverlight application for client.
I use TcpListener on server and connect from client to it with Socet.
In local network it works fine, but when I try to use it from internet it don't connect to server.
I use IP address on local network and real IP with port number for internet version.
Where is the problem?
Thanks.
© Stack Overflow or respective owner