Ads API .NET library
|
Service creation params for DFP API family of services. More...
Public Member Functions | |
AdManagerServiceSignature (string version, string serviceName) | |
Public constructor. More... | |
Properties | |
override Type | ServiceType [get] |
Gets the type of service. More... | |
Properties inherited from Google.Api.Ads.Common.Lib.ServiceSignature | |
virtual string | Id [get] |
A unique id to distinguish the service represented by this signature object. More... | |
string | Version [get] |
Gets the service version. More... | |
string | ServiceName [get] |
Gets the service name. More... | |
SupportedProtocols | SupportedProtocol [get] |
Gets the supported protocol. More... | |
abstract Type | ServiceType [get] |
Gets the type of service. More... | |
Additional Inherited Members | |
Public Types inherited from Google.Api.Ads.Common.Lib.ServiceSignature | |
enum | SupportedProtocols { SupportedProtocols.SOAP, SupportedProtocols.WSE } |
The various protocols supported by the library. More... | |
Protected Member Functions inherited from Google.Api.Ads.Common.Lib.ServiceSignature | |
ServiceSignature (string version, string serviceName, SupportedProtocols protocol) | |
Protected constructor. More... | |
Service creation params for DFP API family of services.
|
inline |
Public constructor.
version | Service version. |
serviceName | Service name. |
|
get |
Gets the type of service.
Referenced by Google.Api.Ads.AdManager.Lib.AdManagerServiceFactory.CreateService().