C# Class InteractuaMovil.ContactoSms.Api.SmsApi

Afficher le fichier Open project: interactuamovil/im-contactosms-sdk-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Account interfaces.IAccounts
Contacts interfaces.IContacts
Groups interfaces.IGroups
Messages interfaces.IMessages

Méthodes publiques

Méthode Description
SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System
SmsApi ( string ApiKey, string SecretKey, string ApiUrl, string ProxyAddress, string UserName, string Password ) : System

Method Details

SmsApi() public méthode

public SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System
ApiKey string
SecretKey string
ApiUrl string
Résultat System

SmsApi() public méthode

public SmsApi ( string ApiKey, string SecretKey, string ApiUrl, string ProxyAddress, string UserName, string Password ) : System
ApiKey string
SecretKey string
ApiUrl string
ProxyAddress string
UserName string
Password string
Résultat System

Property Details

Account public_oe property

public interfaces.IAccounts Account
Résultat interfaces.IAccounts

Contacts public_oe property

public interfaces.IContacts Contacts
Résultat interfaces.IContacts

Groups public_oe property

public interfaces.IGroups Groups
Résultat interfaces.IGroups

Messages public_oe property

public interfaces.IMessages Messages
Résultat interfaces.IMessages