共用方式為


PostRequestEventArgs.ResponseExists 屬性

取得值,這個值表示是否有回應。

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

語法

'宣告
Public ReadOnly Property ResponseExists As Boolean
public bool ResponseExists { get; }
public:
property bool ResponseExists {
    bool get ();
}
member ResponseExists : bool with get
function get ResponseExists () : boolean

屬性值

型別:System.Boolean
如果有回應則為 true,否則為 false。

備註

如果要求被快取,或者在傳送要求時發生例外狀況,則可能會是 false。

.NET Framework 安全性

請參閱

參考

PostRequestEventArgs 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間