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

Inspector that adds a SOAP request header to outbound requests. More...

Inheritance diagram for Google.Api.Ads.AdManager.Lib.AdManagerSoapHeaderInspector:

Public Member Functions

object BeforeSendRequest (ref Message request, IClientChannel channel)
 Validates and applies the Header to the SOAP request. More...
 
void AfterReceiveReply (ref Message reply, object correlationState)
 Performs any operations after receiving the SOAP response. More...
 

Properties

RequestHeader RequestHeader [get, set]
 Gets or sets the SOAP request header. More...
 
ResponseHeader ResponseHeader [get, set]
 Gets or sets the SOAP response header More...
 
AdManagerAppConfig Config [get, set]
 Gets or sets the config. More...
 

Detailed Description

Inspector that adds a SOAP request header to outbound requests.

Member Function Documentation

void Google.Api.Ads.AdManager.Lib.AdManagerSoapHeaderInspector.AfterReceiveReply ( ref Message  reply,
object  correlationState 
)
inline

Performs any operations after receiving the SOAP response.

Parameters
replyThe response Message
correlationStateThe
object Google.Api.Ads.AdManager.Lib.AdManagerSoapHeaderInspector.BeforeSendRequest ( ref Message  request,
IClientChannel  channel 
)
inline

Validates and applies the Header to the SOAP request.

Parameters
requestThe request to add the Header to
channelThe channel to the SOAP service

Property Documentation

AdManagerAppConfig Google.Api.Ads.AdManager.Lib.AdManagerSoapHeaderInspector.Config
getset

Gets or sets the config.

The config.

RequestHeader Google.Api.Ads.AdManager.Lib.AdManagerSoapHeaderInspector.RequestHeader
getset

Gets or sets the SOAP request header.

The request header.

ResponseHeader Google.Api.Ads.AdManager.Lib.AdManagerSoapHeaderInspector.ResponseHeader
getset

Gets or sets the SOAP response header


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