CookieContainerHandler.Container Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CookieContainer used to store and retrieve cookies.
public:
property System::Net::CookieContainer ^ Container { System::Net::CookieContainer ^ get(); };
public System.Net.CookieContainer Container { get; }
member this.Container : System.Net.CookieContainer
Public ReadOnly Property Container As CookieContainer