On Mon, Feb 23, 2009 at 12:15 AM, John OBrien <[email protected]>wrote:
> Anyone come across a good socket example for getting clients to > communicate with each other directly? > > From the documentation it seems you can only communicate back to the > original host, so I'm guessing I need some sort of server side proxy to > provide a communication channel. > You can communicate with evey host that can returns a valid clientaccesspolicy file. You cannot communicate with another client because it cannot listen on a Socket. So the only way to simulate a client-to-client is through a common host. Bye -- Andrea Boschin Microsoft(R) MVP - [Visual Developer - ASP/ASP.NET] http://blog.boschin.it http://www.xedotnet.org http://mvp.support.microsoft.com/profile/Andrea.Boschin -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists
