HttpWebRequest.SupportsCookieContainer 属性
定义
获取指示请求是否为 CookieContainer 提供支持的值。Gets a value that indicates whether the request provides support for a CookieContainer.
public:
virtual property bool SupportsCookieContainer { bool get(); };
public virtual bool SupportsCookieContainer { get; }
member this.SupportsCookieContainer : bool
Public Overridable ReadOnly Property SupportsCookieContainer As Boolean
属性值
如果请求为 CookieContainer 提供支持,则为 true;否则为 false。true if the request provides support for a CookieContainer; otherwise, false.