Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.Common.Logging.RequestInfo Class Reference

Stores the details of an HTTP request being logged. More...

Public Member Functions

 RequestInfo ()
 Initializes a new instance of the RequestInfo class. More...
 
 RequestInfo (WebRequest request, string body)
 Initializes a new instance of the RequestInfo class. More...
 

Properties

Uri Uri [get, set]
 The request URI. More...
 
string HttpMethod [get, set]
 The HTTP request method. More...
 
WebHeaderCollection Headers [get, set]
 The HTTP request headers. More...
 
string Body [get, set]
 The HTTP request body. More...
 
string Service [get, set]
 The service being requested. More...
 
string Method [get, set]
 The method being requested. More...
 
string IdentifierName [get, set]
 The identifier associated with this request. More...
 
string IdentifierValue [get, set]
 The value of the identifier associated with this request. More...
 

Detailed Description

Stores the details of an HTTP request being logged.

Constructor & Destructor Documentation

Google.Api.Ads.Common.Logging.RequestInfo.RequestInfo ( )
inline

Initializes a new instance of the RequestInfo class.

Google.Api.Ads.Common.Logging.RequestInfo.RequestInfo ( WebRequest  request,
string  body 
)
inline

Initializes a new instance of the RequestInfo class.

Parameters
requestThe HTTP request being logged.
bodyThe HTTP request body.

Property Documentation

string Google.Api.Ads.Common.Logging.RequestInfo.Body
getset

The HTTP request body.

WebHeaderCollection Google.Api.Ads.Common.Logging.RequestInfo.Headers
getset

The HTTP request headers.

string Google.Api.Ads.Common.Logging.RequestInfo.HttpMethod
getset

The HTTP request method.

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 request URI.


The documentation for this class was generated from the following file: