CookieContainer Cookies { get; set; }

Summary

Allows access to the cookies for the current game. The cookies are used to store persistent data across game sessions, such as user preferences or session data. Internally the cookies are encoded to JSON and stored in a file on disk.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.