WAP Push
WAP PUSH enables the delivery of multimedia content to mobile devices. A hyperlink is delivered to the mobile device of the recipient as a Service Indication message. The recipient mobile device will automatically prompt the recipient to download the content on the hyperlink and display it over a GPRS/WAP connection.
byte transactionId = 1;
var responses = await _client.SubmitAsync(SMS.ForWapPush()
.TransactionId(transactionId)
.From("1111").To("60166609999")
.Title("Google").Url("http://www.google.com")
);