Example #1
0
 public async Task <Fax> SendFaxAsync(FaxSendOptions sendOptions, RequestOptions requestOptions = null, CancellationToken ct = default)
 {
     return(await this.CreateEntityAsync(sendOptions, requestOptions, ct).ConfigureAwait(false));
 }
Example #2
0
 public Fax SendFax(FaxSendOptions sendOptions, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(sendOptions, requestOptions));
 }