C# 클래스 InteractuaMovil.ContactoSms.Api.SmsApi

파일 보기 프로젝트 열기: interactuamovil/im-contactosms-sdk-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Account interfaces.IAccounts
Contacts interfaces.IContacts
Groups interfaces.IGroups
Messages interfaces.IMessages

공개 메소드들

메소드 설명
SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System
SmsApi ( string ApiKey, string SecretKey, string ApiUrl, string ProxyAddress, string UserName, string Password ) : System

메소드 상세

SmsApi() 공개 메소드

public SmsApi ( string ApiKey, string SecretKey, string ApiUrl ) : System
ApiKey string
SecretKey string
ApiUrl string
리턴 System

SmsApi() 공개 메소드

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
리턴 System

프로퍼티 상세

Account 공개적으로 프로퍼티

public interfaces.IAccounts Account
리턴 interfaces.IAccounts

Contacts 공개적으로 프로퍼티

public interfaces.IContacts Contacts
리턴 interfaces.IContacts

Groups 공개적으로 프로퍼티

public interfaces.IGroups Groups
리턴 interfaces.IGroups

Messages 공개적으로 프로퍼티

public interfaces.IMessages Messages
리턴 interfaces.IMessages