HttpWebRequest Properties | MSBuild Extension Pack Help 4.0.12.0 |
The HttpWebRequest type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType |
The content type of the request. By default, it is "application/x-www-form-urlencoded" (used for classic HTTP POST) for Post and null for GetResponse.
|
|
RequestContent |
The content of the request. For classic HTTP POST, format is several [key]=[value] separated by "&". Could be SOAP for example if ContentType is SOAP.
|
|
Response | ||
Retries |
The number of times the request should be retried before failing.
|
|
RetryInterval |
The number of milliseconds between retry attempts. Default is 0.
|
|
SkipSslCertificateValidation |
Set to true to accept all SSL certificates.
|
|
Status |
Contains the StatusDescription for successful requests. Contains the Status when encountering a WebException.
|
|
Timeout |
Sets the number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).
|
|
Url |
Sets the name of the AppPool. Required.
|
|
UseIntegratedAuthentication |
The number of milliseconds between retry attempts. Default is 0.
|
See Also