Stores the details of an HTTP response being logged.
More...
Stores the details of an HTTP response being logged.
| Google.Api.Ads.Common.Logging.ResponseInfo.ResponseInfo |
( |
| ) |
|
|
inline |
| Google.Api.Ads.Common.Logging.ResponseInfo.ResponseInfo |
( |
WebResponse |
response, |
|
|
string |
body |
|
) |
| |
|
inline |
Initializes a new instance of the ResponseInfo class.
- Parameters
-
| response | The HTTP response. |
| body | The HTTP response body. |
| string Google.Api.Ads.Common.Logging.ResponseInfo.Body |
|
getset |
| string Google.Api.Ads.Common.Logging.ResponseInfo.ErrorMessage |
|
getset |
The error message associated with this response.
| WebHeaderCollection Google.Api.Ads.Common.Logging.ResponseInfo.Headers |
|
getset |
The HTTP response headers.
| long Google.Api.Ads.Common.Logging.ResponseInfo.OperationCount |
|
getset |
The count of operations included in the preceeding request.
| string Google.Api.Ads.Common.Logging.ResponseInfo.RequestId |
|
getset |
The ID of the preceeding request.
| long Google.Api.Ads.Common.Logging.ResponseInfo.ResponseTimeMs |
|
getset |
The response time in milliseconds.
| HttpStatusCode Google.Api.Ads.Common.Logging.ResponseInfo.StatusCode |
|
getset |
The HTTP status code of the response.
The documentation for this class was generated from the following file: