WebTestRequest.ExpectedResponseUrl 属性
获取或设置响应的预期 URL。当预期发生重定向时,此 URL 可能会与请求 URL 不同。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public Property ExpectedResponseUrl As String
public string ExpectedResponseUrl { get; set; }
public:
property String^ ExpectedResponseUrl {
String^ get ();
void set (String^ value);
}
member ExpectedResponseUrl : string with get, set
function get ExpectedResponseUrl () : String
function set ExpectedResponseUrl (value : String)
属性值
类型:System.String
响应的预期 URL。
备注
ExpectedResponseURL 的值由“响应 URL”验证规则使用。“响应 URL”验证规则会验证,在 Web 性能测试运行期间仅在预期发生重定向时才会发生重定向。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。