2
Answers

Remoting custom objects

Till Hoffmann

Till Hoffmann

17y
1.7k
1
It is easy to remote an object if it is not yet created via RemotingConfiguration.RegisterWellKnownServiceType. How can I make a client use an object if it is already created on the server via the new operator because I don't want another one to be created when the client calls it.
Answers (2)