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

속성 값

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

예외

현재 인스턴스에서 작업이 이미 시작되었습니다.

현재 인스턴스가 삭제되었습니다.

적용 대상