Transfering objects between two machines(VB.NET)

  • Thread starter Thread starter Anil
  • Start date Start date
A

Anil

How to send object instances throgh network to another computer?

My exact requirement :
I want to send messages among chat server and chat clients(may be on
remote machine). I want to store data in fields of a object and then
want to retrieve the values on another machine.

What are the techniques associated with it with reference to VB.NET?
 
Back
Top