Remoting a Class

  • Thread starter Thread starter Ian Frawley
  • Start date Start date
I

Ian Frawley

Hi everyone

Any one managed to use properties when remoting i.e. Have a class thats
marshallbyref that returns a class that contains properties and enums.
Everytime I do this it just seems to expose the private member variables.

Cheers

--
"Life should NOT be a journey to the grave
with the intention of arriving safely in an
attractive and well preserved body,
but rather to skid in sideways,
chocolate in one hand, beer in the other,
body thoroughly used up,
totally worn out and screaming
WOO HOO what a ride!"
 
Hi Ian,

Safety first - have you marked the class being returned as [Serializable] ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top