A
adebiasio
I have an application where the server needs to call the client.
I have a framework working with .net remoting where the client and
server are on the same network and the server can call the client. But
what happens when the client is behind a firewall/NAT.
For example, with Messenger, its server contacts you, the client, when
one of your buddies logs on or off. How does the Messenger server
contact the client?
My app currently uses remoting, but I would switch to sockets if it is
applicable.
Any ideas?
Thanks!
I have a framework working with .net remoting where the client and
server are on the same network and the server can call the client. But
what happens when the client is behind a firewall/NAT.
For example, with Messenger, its server contacts you, the client, when
one of your buddies logs on or off. How does the Messenger server
contact the client?
My app currently uses remoting, but I would switch to sockets if it is
applicable.
Any ideas?
Thanks!