Base class for all SOAP services supported by this library.
More...
|
| | 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...
|
| |
|
| 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...
|
| |
|
| 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...
|
| |
| 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...
|
| |
Base class for all SOAP services supported by this library.
| Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.AdsSoapClient |
( |
string |
endpointConfigurationName | ) |
|
|
inline |
Initializes a new instance of the AdsSoapClient class.
- Parameters
-
| endpointConfigurationName | The name of the endpoint in the application configuration file. |
| Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.AdsSoapClient |
( |
string |
endpointConfigurationName, |
|
|
EndpointAddress |
remoteAddress |
|
) |
| |
|
inline |
Initializes a new instance of the AdsSoapClient class.
- Parameters
-
| endpointConfigurationName | The name of the endpoint in the application configuration file. |
| remoteAddress | Remote address of the service. |
| Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.AdsSoapClient |
( |
Binding |
binding, |
|
|
EndpointAddress |
remoteAddress |
|
) |
| |
|
inline |
Initializes a new instance of the AdsSoapClient class.
- Parameters
-
| binding | The binding with which to make calls to the service. |
| remoteAddress | Remote address of the service. |
| Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.AdsSoapClient |
( |
string |
endpointConfigurationName, |
|
|
string |
remoteAddress |
|
) |
| |
|
inline |
Initializes a new instance of the AdsSoapClient class.
- Parameters
-
| endpointConfigurationName | The name of the endpoint in the application configuration file. |
| remoteAddress | Remote address of the service. |
| Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.AdsSoapClient |
( |
| ) |
|
|
inline |
| virtual void Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.CleanupAfterCall |
( |
string |
methodName, |
|
|
object[] |
parameters |
|
) |
| |
|
inlineprotectedvirtual |
Cleans up the service after MakeApiCall.
- Parameters
-
| methodName | Name of the method. |
| parameters | The method parameters. |
| void Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.Dispose |
( |
| ) |
|
|
inline |
Disposes of this AdsSoapClient.
| virtual void Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.InitForCall |
( |
string |
methodName, |
|
|
object[] |
parameters |
|
) |
| |
|
inlineprotectedvirtual |
Initializes the service before MakeApiCall.
- Parameters
-
| methodName | Name of the method. |
| parameters | The method parameters. |
| bool Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.EnableDecompression |
|
getset |
Gets or sets whether gzip compression is enabled.
| IWebProxy Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.Proxy |
|
getset |
Gets or sets proxy information for making a service request through a firewall.
The signature for this service.
| int Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.Timeout |
|
getset |
The timeout for the request in milliseconds.
| string Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.Url |
|
getset |
The url endpoint for the service.
| AdsUser Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.User |
|
getset |
The user that created this service instance.
| string Google.Api.Ads.Common.Lib.AdsSoapClient< TChannel >.UserAgent |
|
getset |
Gets or sets the value for the user agent header that is sent with each request.
The documentation for this class was generated from the following file: