Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel > Class Template Reference

Base class for DFP API services. More...

Inheritance diagram for Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >:
Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel > Google.Api.Ads.Common.Lib.AdsClient

Public Member Functions

 AdManagerSoapClient (string endpointConfigurationName)
 Initializes a new instance of the AdManagerSoapClient class. More...
 
 AdManagerSoapClient (string endpointConfigurationName, string remoteAddress)
 Initializes a new instance of the AdManagerSoapClient class. More...
 
 AdManagerSoapClient (Binding binding, EndpointAddress remoteAddress)
 Initializes a new instance of the AdManagerSoapClient class. More...
 
 AdManagerSoapClient (string endpointConfigurationName, EndpointAddress remoteAddress)
 Initializes a new instance of the AdManagerSoapClient class. More...
 
 AdManagerSoapClient ()
 Initializes a new instance of the AdManagerSoapClient class. More...
 
- Public Member Functions inherited from Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >
 AdsSoapClient (string endpointConfigurationName)
 Initializes a new instance of the AdsSoapClient class. More...
 
 AdsSoapClient (string endpointConfigurationName, EndpointAddress remoteAddress)
 Initializes a new instance of the AdsSoapClient class. More...
 
 AdsSoapClient (Binding binding, EndpointAddress remoteAddress)
 Initializes a new instance of the AdsSoapClient class. More...
 
 AdsSoapClient (string endpointConfigurationName, string remoteAddress)
 Initializes a new instance of the AdsSoapClient class. More...
 
 AdsSoapClient ()
 Default constructor. More...
 
void Dispose ()
 Disposes of this AdsSoapClient. More...
 

Properties

RequestHeader RequestHeader [get, set]
 Gets or sets the request header. More...
 
ResponseHeader ResponseHeader [get, set]
 Gets or sets the response header. More...
 
- Properties inherited from Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >
int Timeout [get, set]
 The timeout for the request in milliseconds. More...
 
string Url [get, set]
 The url endpoint for the service. More...
 
bool EnableDecompression [get, set]
 Gets or sets whether gzip compression is enabled. More...
 
IWebProxy Proxy [get, set]
 Gets or sets proxy information for making a service request through a firewall. More...
 
string UserAgent [get, set]
 Gets or sets the value for the user agent header that is sent with each request. More...
 
AdsUser User [get, set]
 The user that created this service instance. More...
 
ServiceSignature Signature [get, set]
 The signature for this service. More...
 
- Properties inherited from Google.Api.Ads.Common.Lib.AdsClient
int Timeout [get, set]
 The timeout for the request. More...
 
string Url [get, set]
 The url endpoint for the service. More...
 
bool EnableDecompression [get, set]
 Gets or sets whether gzip compression is enabled. More...
 
IWebProxy Proxy [get, set]
 Gets or sets proxy information for making a service request through a firewall. More...
 
string UserAgent [get, set]
 Gets or sets the value for the user agent header that is sent with each request. More...
 
AdsUser User [get, set]
 Gets or sets the AdsUser object that created this service. More...
 
ServiceSignature Signature [get, set]
 Gets or sets the signature for this service. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >
virtual void InitForCall (string methodName, object[] parameters)
 Initializes the service before MakeApiCall. More...
 
virtual void CleanupAfterCall (string methodName, object[] parameters)
 Cleans up the service after MakeApiCall. More...
 

Detailed Description

Base class for DFP API services.

Type Constraints
TChannel :class 

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.AdManagerSoapClient ( string  endpointConfigurationName)
inline

Initializes a new instance of the AdManagerSoapClient class.

Parameters
endpointConfigurationNameThe name of the endpoint in the application configuration file.
Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.AdManagerSoapClient ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Initializes a new instance of the AdManagerSoapClient class.

Parameters
endpointConfigurationNameThe name of the endpoint in the application configuration file.
remoteAddressRemote address of the service.
Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.AdManagerSoapClient ( Binding  binding,
EndpointAddress  remoteAddress 
)
inline

Initializes a new instance of the AdManagerSoapClient class.

Parameters
bindingThe binding with which to make calls to the service.
remoteAddressRemote address of the service.
Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.AdManagerSoapClient ( string  endpointConfigurationName,
EndpointAddress  remoteAddress 
)
inline

Initializes a new instance of the AdManagerSoapClient class.

Parameters
endpointConfigurationNameThe name of the endpoint in the application configuration file.
remoteAddressRemote address of the service.
Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.AdManagerSoapClient ( )
inline

Initializes a new instance of the AdManagerSoapClient class.

Property Documentation

RequestHeader Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.RequestHeader
getset

Gets or sets the request header.

The request header.

ResponseHeader Google.Api.Ads.AdManager.Lib.AdManagerSoapClient< TChannel >.ResponseHeader
getset

Gets or sets the response header.

The response header.


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