[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

sending data between two clients

Robin Prosch via .NET 247

8/5/2004 8:13:00 AM

I am writing a small chat system, and I am using Remoting.

My question is: how can I send a file or private message from client A to client B by using Remoing?
Is it possible? OR using Socket for this purpose?

thank you
--------------------------------
From: Salah Thubaiti

-----------------------
Posted by a user from .NET 247 (http://www.dotn...)

<Id>gl+3HE/Y70yS7g1NDGBpPg==</Id>
1 Answer

Sunny

8/5/2004 2:05:00 PM

0

In article <#ogVGQseEHA.556@tk2msftngp13.phx.gbl>,
anonymous@dotnet247.com says...
> I am writing a small chat system, and I am using Remoting.
>
> My question is: how can I send a file or private message from client A to client B by using Remoing?
> Is it possible? OR using Socket for this purpose?
>
> thank you
> --------------------------------
> From: Salah Thubaiti
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotn...)
>
> <Id>gl+3HE/Y70yS7g1NDGBpPg==</Id>
>


Hi,
it is possible, if there are no any firewall/proxy problems between the
clients.

Sunny