你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebTestPropertiesRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请求属性的集合。
public class WebTestPropertiesRequest
type WebTestPropertiesRequest = class
Public Class WebTestPropertiesRequest
- 继承
-
WebTestPropertiesRequest
构造函数
WebTestPropertiesRequest() |
初始化 WebTestPropertiesRequest 的新实例。 |
属性
FollowRedirects |
遵循此 Web 测试的重定向。 |
Headers |
要添加到 WebTest 调用的标头及其值的列表。 |
HttpVerb |
用于此 Web 测试的 Http 谓词。 |
ParseDependentRequests |
分析此 WebTest 的依赖请求。 |
RequestBody |
使用此 Web 测试发送的 Base64 编码字符串正文。 |
RequestUri |
要测试的 URL 位置。 |