Ads API .NET library
|
Listens to SOAP messages sent and received by this library. More...
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... | |
Listens to SOAP messages sent and received by this library.
|
inlineprotected |
Protected constructor.
|
inlineprotectedvirtual |
Gets a list of fields to be masked in xml logs.
Implements Google.Api.Ads.Common.Logging.TraceListener.
|
inlineprotectedvirtual |
Parses the body of the request and populates fields in the request info.
info | The request info for this SOAP call. |
Reimplemented from Google.Api.Ads.Common.Logging.TraceListener.
|
staticprotected |
The singleton instance.
|
staticget |
Gets the singleton instance.