all groups > dotnet remoting > september 2004 >
You're in the

dotnet remoting

group:

Sockets Question



Re: Sockets Question Ken Kolda
9/7/2004 1:21:31 PM
dotnet remoting: You will need to serialize these values, e.g. using the BinaryFormatter, and
then send the serialized representation across the wire. On the other end,
deserialize the value back into the original object. Of course, this makes
the assumption your objects are all nicely serializable.

Alternatively, you could switch over to use Remoting, in which case all of
this is built-in. Plus, you'd be able to call objects remotely (which would
be must more complicated to implement yourself).

Ken


[quoted text, click to view]

Sockets Question Tiraman :-)
9/7/2004 10:05:55 PM
Hi,

I have a client Server Application which was write in vb.net

i m using the TcpClient Object And A StreamWriter To Send a message to the
client but i would like to

send other objects but for strings like arrays, my own objects and so on.

how can i do that ?

Thanks.

T:-)

AddThis Social Bookmark Button