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

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

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

Public Member Functions

void InitForCall ()
 Initializes the listener for handling an API call. More...
 
void HandleMessage (RequestInfo requestInfo, ResponseInfo responseInfo)
 Handles the request and response for a message. More...
 
void CleanupAfterCall ()
 Cleans up any resources after an API call. More...
 

Additional Inherited Members

- Properties inherited from Google.Api.Ads.Common.Lib.Configurable
AppConfig Config [get]
 Gets the application configuration class for this object. More...
 

Detailed Description

Listens to SOAP messages sent and received by this library.

Member Function Documentation

void Google.Api.Ads.Common.Logging.SoapListener.CleanupAfterCall ( )

Cleans up any resources after an API call.

Implemented in Google.Api.Ads.Common.Logging.TraceListener.

void Google.Api.Ads.Common.Logging.SoapListener.HandleMessage ( RequestInfo  requestInfo,
ResponseInfo  responseInfo 
)

Handles the request and response for a message.

Parameters
requestInfoRequest info.
responseInfoResponse info.

Implemented in Google.Api.Ads.Common.Logging.TraceListener.

void Google.Api.Ads.Common.Logging.SoapListener.InitForCall ( )

Initializes the listener for handling an API call.

Implemented in Google.Api.Ads.Common.Logging.TraceListener.


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