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

This interface defines a client protocol (SOAP, WSE, REST, etc.) supported by the library. More...

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

Properties

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...
 

Detailed Description

This interface defines a client protocol (SOAP, WSE, REST, etc.) supported by the library.

Property Documentation

bool Google.Api.Ads.Common.Lib.AdsClient.EnableDecompression
getset

Gets or sets whether gzip compression is enabled.

IWebProxy Google.Api.Ads.Common.Lib.AdsClient.Proxy
getset

Gets or sets proxy information for making a service request through a firewall.

ServiceSignature Google.Api.Ads.Common.Lib.AdsClient.Signature
getset

Gets or sets the signature for this service.

int Google.Api.Ads.Common.Lib.AdsClient.Timeout
getset

The timeout for the request.

string Google.Api.Ads.Common.Lib.AdsClient.Url
getset

The url endpoint for the service.

AdsUser Google.Api.Ads.Common.Lib.AdsClient.User
getset

Gets or sets the AdsUser object that created this service.

string Google.Api.Ads.Common.Lib.AdsClient.UserAgent
getset

Gets or sets the value for the user agent header that is sent with each request.


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