ExchangeServiceBase.CookieContainer Property

Definition

Gets or sets the cookie container.

public:
 property System::Net::CookieContainer ^ CookieContainer { System::Net::CookieContainer ^ get(); void set(System::Net::CookieContainer ^ value); };
public System.Net.CookieContainer CookieContainer { get; set; }
Public Property CookieContainer As CookieContainer

Property Value

A CookieContainer object.

Applies to