Remoting Questions
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Morning All, A couple of questions for any remoting gurus out there! 1) How do I return an instance of a different type of object from a server object back to the client eg: (Psuedo Code!) ServerObject2 ServerObject1.GetAnotherObject() { return new ServerObject2; } 2) How do I enable two way remoting so I can send an object created on the client back to the server eg: (Psuedo Code!) void ServerObject1.UseAClientObject(ClientObject oClientObject) { this.ClientObjects.Add(oClientObject); } Cheers - James! James Simpson Web Developer imebgo@hotmail.com P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch Hedberg