Stores the details of an HTTP request being logged.
More...
Stores the details of an HTTP request being logged.
| Google.Api.Ads.Common.Logging.RequestInfo.RequestInfo |
( |
| ) |
|
|
inline |
| Google.Api.Ads.Common.Logging.RequestInfo.RequestInfo |
( |
WebRequest |
request, |
|
|
string |
body |
|
) |
| |
|
inline |
Initializes a new instance of the RequestInfo class.
- Parameters
-
| request | The HTTP request being logged. |
| body | The HTTP request body. |
| string Google.Api.Ads.Common.Logging.RequestInfo.Body |
|
getset |
| WebHeaderCollection Google.Api.Ads.Common.Logging.RequestInfo.Headers |
|
getset |
The HTTP request headers.
| string Google.Api.Ads.Common.Logging.RequestInfo.HttpMethod |
|
getset |
| string Google.Api.Ads.Common.Logging.RequestInfo.IdentifierName |
|
getset |
The identifier associated with this request.
| string Google.Api.Ads.Common.Logging.RequestInfo.IdentifierValue |
|
getset |
The value of the identifier associated with this request.
| string Google.Api.Ads.Common.Logging.RequestInfo.Method |
|
getset |
The method being requested.
| string Google.Api.Ads.Common.Logging.RequestInfo.Service |
|
getset |
The service being requested.
| Uri Google.Api.Ads.Common.Logging.RequestInfo.Uri |
|
getset |
The documentation for this class was generated from the following file: