Curl VB.Net (SMS gateway API)

  • Thread starter Thread starter Frangky_Koe
  • Start date Start date
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.

1483247.jpg
Thank you...


Continue reading...
 
Back
Top