I am using .NET Remoting. I have a class which has some pubilc boolean members and set them to false at the time of declaration itself. This class inherits from MarshalByRefObject class.
When I access this class object in the client app, all these boolean members are true. How is this happening ?