C# Класс ConstantContactUtility.AuthenticationData

Class used to store API Key, username and password for the Constant Contact REST API
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AuthenticationData ( ) : System

Default constructor

AuthenticationData ( string APIKey, string username, string password ) : System

Constructor

Приватные методы

Метод Описание
UpdateAccountUrIs ( ) : void

Update the account Base URI

UpdateAccountUserName ( ) : void

Update the account user name used to build the network credentials. Combination of API and Username: {API Key}%{Username}

Описание методов

AuthenticationData() публичный Метод

Default constructor
public AuthenticationData ( ) : System
Результат System

AuthenticationData() публичный Метод

Constructor
public AuthenticationData ( string APIKey, string username, string password ) : System
APIKey string API Application Key and is used to identify the application making an API request
username string Constant Contact Customer's user name
password string Constant Contact Customer's password
Результат System