SocketsHttpHandler.CookieContainer 속성

정의

관리되는 쿠키 컨테이너 개체를 가져오거나 설정합니다.

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

속성 값

관리되는 쿠키 컨테이너 개체입니다.

적용 대상