CookieContainer
CookieContainer is a class in the .NET Framework that manages cookies for an application. It provides a way to store, retrieve, and filter cookies sent between a client and a web server. When you make an HTTP request using classes like HttpClient, a CookieContainer can be associated with the request to automatically handle the cookies exchanged.
The CookieContainer stores cookies in a collection. You can add cookies to the container either manually or
Key functionalities of CookieContainer include adding cookies, retrieving cookies based on criteria such as domain, path,