RE: Send message like Yahoo Messenger??
- From: "Salvador" <Salvador@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 05:16:02 -0700
Hi,
Two options that I can think at the moment:
1) Using a socket connection, so you have a destination IP using a certain
port, The other application have to create a socket and listen to that port.
Everytime a message arrives the destination application can read the object
and do whatever you like. This option can allow you better control
2) Using remoting, you can use HTTP or TCP remoting to send messages between
applications, the good thing is that you can use port 80 if you use HTTP so
no new ports are opened improving the security.
Hope this helps
Salva
"trint" wrote:
> How can I send from myApp, over the internet with c#.net, a message to
> another instance of myApp?? Like Yahoo or MSN?
> Thanks,
> Trint
>
>
.
- Follow-Ups:
- Re: Send message like Yahoo Messenger??
- From: trint
- Re: Send message like Yahoo Messenger??
- References:
- Send message like Yahoo Messenger??
- From: trint
- Send message like Yahoo Messenger??
- Prev by Date: RE: Send message like Yahoo Messenger??
- Next by Date: RE: Search stream ?
- Previous by thread: RE: Send message like Yahoo Messenger??
- Next by thread: Re: Send message like Yahoo Messenger??
- Index(es):
Relevant Pages
|