Hello, i wanted to disconnect an user which is connect to my server but there no method available for this operation. The fix would be the change the _context protection level from the UserContext class to protected so we can inherit from the UserContext class and add our own method which could also enable us for more control or just implement a disconnect method. I want your opinion on that. Is there a reason why the _context is private ?
Hello, i wanted to disconnect an user which is connect to my server but there no method available for this operation. The fix would be the change the _context protection level from the UserContext class to protected so we can inherit from the UserContext class and add our own method which could also enable us for more control or just implement a disconnect method. I want your opinion on that. Is there a reason why the _context is private ?