WebClientHelper.CookieContainer Property

HD.Common

WebClientHelperCookieContainer Property Helper帮助文档
获取或设置与请求关联的Cookie容器

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CookieContainer CookieContainer { get; set; }
Public Property CookieContainer As CookieContainer
	Get
	Set
public:
property CookieContainer^ CookieContainer {
	CookieContainer^ get ();
	void set (CookieContainer^ value);
}
member CookieContainer : CookieContainer with get, set

Property Value

Type: CookieContainer
See Also

Reference