HttpWebRequest.SupportsCookieContainer 속성

정의

요청이 CookieContainer를 지원하는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool SupportsCookieContainer { bool get(); };
public virtual bool SupportsCookieContainer { get; }
member this.SupportsCookieContainer : bool
Public Overridable ReadOnly Property SupportsCookieContainer As Boolean

속성 값

true요청이 에 대한 지원을 제공하면 이고, false그렇지 않으면 입니다CookieContainer.

적용 대상