| Interface | Description |
|---|---|
| AsyncCallback<T> |
Allows to handle results of an async method.
|
| MessageHandlerBehavior |
Used to handle soap message.
|
| Class | Description |
|---|---|
| Authentication |
The abstract base class for all authentication classes.
|
| AuthorizationData |
Represents a user who intends to access the corresponding customer and
account.
|
| HeadersImpl |
Allows to call an implementation that adds specified HTTP header for use with Bing Ads calls.
|
| NewOAuthTokensReceivedListener |
Allows to handle the event when new OAuth tokens are received (for example as a result of refresh).
|
| OAuthDesktopMobileAuthCodeGrant |
Represents an OAuth authorization object implementing the authorization code grant flow for use in a desktop or mobile application.
|
| OAuthDesktopMobileImplicitGrant |
Represents an OAuth authorization object implementing the implicit grant flow for use in a desktop or mobile application.
|
| OAuthErrorDetails |
Represents details of an error returned from the Microsoft Account authorization server.
|
| OAuthTokens |
Contains information about OAuth access tokens received from the Microsoft Account authorization service.
|
| OAuthWebAuthCodeGrant |
Represents an OAuth authorization object implementing the authorization code grant flow for use in a web application.
|
| PasswordAuthentication |
Represents a legacy Bing Ads authentication method using user name and password.
|
| RestfulServiceFactory | |
| ServiceClient<T> |
Provides an interface for calling the methods of the specified Bing Ads service.
|
| Enum | Description |
|---|---|
| ApiEnvironment |
Represents Bing Ads API environment (Production or Sandbox).
|
| OAuthScope |
Represents Bing Ads API OAuth Scope
|
| Exception | Description |
|---|---|
| CouldNotDownloadResultFileException |
This exception is thrown by the internal SDK HttpService after a failed attempt to download a bulk or reporting result file.
|
| CouldNotUploadFileException |
This exception is thrown by the internal SDK HttpService after a failed attempt to upload a bulk file.
|
| InternalException |
This exception will be thrown if the SDK cannot perform some task due to an internal error.
|
| OAuthTokenRequestException |
This exception is thrown if an error was returned from the Microsoft Account authorization server.
|
Copyright © 2024. All rights reserved.