共用方式為


WebTestContext.CookieContainer 屬性

取得或設定 Web 效能測試中上一個要求所使用的 Cookie。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

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

屬性值

型別:System.Net.CookieContainer
CookieContainer 物件。

備註

這是針對這項變數而快取的 Cookie 集合。

.NET Framework 安全性

請參閱

參考

WebTestContext 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間