C# Class InteractuaMovil.ContactoSms.Api.SmsApi

Show file Open project: interactuamovil/im-contactosms-sdk-dotnet Class Usage Examples

Public Properties

Property Type Description
Account interfaces.IAccounts
Contacts interfaces.IContacts
Groups interfaces.IGroups
Messages interfaces.IMessages

Public Methods

Method 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 method

public SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System
ApiKey string
SecretKey string
ApiUrl string
return System

SmsApi() public method

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
return System

Property Details

Account public property

public interfaces.IAccounts Account
return interfaces.IAccounts

Contacts public property

public interfaces.IContacts Contacts
return interfaces.IContacts

Groups public property

public interfaces.IGroups Groups
return interfaces.IGroups

Messages public property

public interfaces.IMessages Messages
return interfaces.IMessages