Method | Description | |
---|---|---|
ActionDelete ( string id = null ) : SMSApi.Api.Action.VMSDelete | ||
ActionGet ( string id = null ) : SMSApi.Api.Action.VMSGet | ||
ActionSend ( string to = null ) : SMSApi.Api.Action.VMSSend | ||
VMSFactory ( ) | ||
VMSFactory ( SMSApi.Api.Client client ) | ||
VMSFactory ( SMSApi.Api.Client client, Proxy proxy ) |
public ActionDelete ( string id = null ) : SMSApi.Api.Action.VMSDelete | ||
id | string | |
return | SMSApi.Api.Action.VMSDelete |
public ActionGet ( string id = null ) : SMSApi.Api.Action.VMSGet | ||
id | string | |
return | SMSApi.Api.Action.VMSGet |
public ActionSend ( string to = null ) : SMSApi.Api.Action.VMSSend | ||
to | string | |
return | SMSApi.Api.Action.VMSSend |
public VMSFactory ( SMSApi.Api.Client client, Proxy proxy ) | ||
client | SMSApi.Api.Client | |
proxy | Proxy |