The Request type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
CharactersAllowedInPostedForm |
Gets or sets the characters that will NOT be percent-encoded when a Form is sent to the web server using a POST request.
| |
ChunkSize |
Gets or sets the size in bytes of each chunk when sending data using Transfer-Encoding: chunked
| |
ContentType |
Gets or sets the value of the "Content-Type" HTTP header.
| |
FollowRedirects |
Gets or sets a value that indicates whether redirects will automatically be followed for this Request.
| |
HasReferer |
Gets a value that indicates whether the "Referer" HTTP header has been set for this Request.
| |
HeaderKeys |
Gets a list of names of all the HTTP request headers set in this Request.
| |
ID |
Gets the unique ID that has been assigned to this Request.
| |
IgnoredSubRequests |
Gets or sets the list of sub-requests that will be ignored when fetching sub-requests from the web server.
| |
IncludeQueryDataInLabels |
Gets or sets a value that indicates whether URLs with different query data should be considered different
from each other for analysis purposes.
| |
IsDynatraceIntegrationEnabled |
Gets or sets a value that indicates whether dynaTrace integration is enabled.
| |
KeepAllSubRequestContent |
Gets or sets a value that indicates whether the content of responses to sub-requests will be kept.
| |
KeepContent |
Gets or sets a value that indicates whether the content of responses will be kept.
| |
Method | ||
Reference |
Gets the reference id that was passed to the CreateRequest(HttpMethod, Url, Int32) method when this Request object was created.
| |
Referer |
Gets or sets the value of the "Referer" HTTP header.
| |
RetrieveSubRequests |
Gets or sets a value that indicates whether sub-requests will be retrieved for this Request.
| |
SubRequests |
Gets or sets the list of sub-requests that will be fetched from the web server
by this request. The sub-requests will be fetched when Send or SendSubRequests(Response) are called.
| |
SubRequestThreadCount |
Gets or sets the number of threads that will be used to fetch sub-requests from the web server.
| |
TimeEveryHttpRequest |
Gets or sets a value that indicates whether sub-requests will be timed as well as top-level HTTP requests.
| |
Url |
Gets or sets the Url that this Request is targeting.
| |
UserAgent |
Gets or sets the value of the "User-Agent" HTTP header.
| |
Version |
Gets or sets the HTTP version as a string.
|
See Also