Property | Type | Description | |
---|---|---|---|
Account | interfaces.IAccounts | ||
Contacts | interfaces.IContacts | ||
Groups | interfaces.IGroups | ||
Messages | interfaces.IMessages |
Method | Description | |
---|---|---|
SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System | ||
SmsApi ( string ApiKey, string SecretKey, string ApiUrl, string ProxyAddress, string UserName, string Password ) : System |
public SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System | ||
ApiKey | string | |
SecretKey | string | |
ApiUrl | string | |
return | System |
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 |