Class TencentCloudSmsSender
Inheritance
TencentCloudSmsSender
Assembly: Volo.Abp.Sms.TencentCloud.dll
Syntax
public class TencentCloudSmsSender : ISmsSender, ITransientDependency
Constructors
TencentCloudSmsSender(IOptionsMonitor<AbpTencentCloudSmsOptions>)
Declaration
public TencentCloudSmsSender(IOptionsMonitor<AbpTencentCloudSmsOptions> options)
Parameters
Properties
Options
Declaration
protected AbpTencentCloudSmsOptions Options { get; }
Property Value
Methods
CreateClient()
Declaration
protected virtual SmsClient CreateClient()
Returns
Type |
Description |
SmsClient |
|
SendAsync(SmsMessage)
Declaration
public virtual Task SendAsync(SmsMessage smsMessage)
Parameters
Returns
Implements
Extension Methods