F
Frangky_Koe
Guest
Dear All,
Please can anybody help me to Convert this script bellow to VB.Net?
This script bellow is a Curl to send SMS through SMS Cloud.
curl -X POST https://rest.nexmo.com/sms/json \
-d api_key=629f7e21 \
-d api_secret=GEAnJJu4EHPG9J5b \
-d to=611339454565 \
-d from="NEXMO" \
-d text="Hello from Nexmo"
I Try convert like bellow, but Error.
Thank you...
Continue reading...