Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.Lib.AdManagerTraceListener Class Reference

Listens to SOAP messages sent and received by this library. More...

Inheritance diagram for Google.Api.Ads.AdManager.Lib.AdManagerTraceListener:
Google.Api.Ads.Common.Logging.TraceListener Google.Api.Ads.Common.Logging.SoapListener Google.Api.Ads.Common.Lib.Configurable

Protected Member Functions

 AdManagerTraceListener ()
 Protected constructor. More...
 
override void PopulateRequestInfo (ref RequestInfo info)
 Parses the body of the request and populates fields in the request info. More...
 
override ISet< string > GetFieldsToMask ()
 Gets a list of fields to be masked in xml logs. More...
 
- Protected Member Functions inherited from Google.Api.Ads.Common.Logging.TraceListener
 TraceListener (AppConfig config)
 Protected constructor. More...
 
virtual void PopulateResponseInfo (ref ResponseInfo info)
 Parses the body of the response and populates fields in the repsonse info. More...
 

Static Protected Attributes

static AdManagerTraceListener instance = new AdManagerTraceListener()
 The singleton instance. More...
 

Properties

static SoapListener Instance [get]
 Gets the singleton instance. More...
 
- Properties inherited from Google.Api.Ads.Common.Logging.TraceListener
DateTimeProvider DateTimeProvider [get, set]
 Gets or sets the date and time provider. More...
 
AppConfig Config [get]
 Gets the config class to be used with this class. More...
 
- Properties inherited from Google.Api.Ads.Common.Lib.Configurable
AppConfig Config [get]
 Gets the application configuration class for this object. More...
 

Additional Inherited Members

- Public Member Functions inherited from Google.Api.Ads.Common.Logging.TraceListener
void InitForCall ()
 Initializes the listener for handling an API call. More...
 
virtual void HandleMessage (RequestInfo requestInfo, ResponseInfo responseInfo)
 Handles the SOAP message. More...
 
void CleanupAfterCall ()
 Cleans up any resources after an API call. More...
 

Detailed Description

Listens to SOAP messages sent and received by this library.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.Lib.AdManagerTraceListener.AdManagerTraceListener ( )
inlineprotected

Protected constructor.

Member Function Documentation

override ISet<string> Google.Api.Ads.AdManager.Lib.AdManagerTraceListener.GetFieldsToMask ( )
inlineprotectedvirtual

Gets a list of fields to be masked in xml logs.

Returns
The list of fields to be masked.

Implements Google.Api.Ads.Common.Logging.TraceListener.

override void Google.Api.Ads.AdManager.Lib.AdManagerTraceListener.PopulateRequestInfo ( ref RequestInfo  info)
inlineprotectedvirtual

Parses the body of the request and populates fields in the request info.

Parameters
infoThe request info for this SOAP call.

Reimplemented from Google.Api.Ads.Common.Logging.TraceListener.

Member Data Documentation

AdManagerTraceListener Google.Api.Ads.AdManager.Lib.AdManagerTraceListener.instance = new AdManagerTraceListener()
staticprotected

The singleton instance.

Property Documentation

SoapListener Google.Api.Ads.AdManager.Lib.AdManagerTraceListener.Instance
staticget

Gets the singleton instance.


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