{"id":95,"date":"2019-09-15T07:13:30","date_gmt":"2019-09-15T07:13:30","guid":{"rendered":"http:\/\/sumitjangid.com\/?p=95"},"modified":"2019-09-15T07:14:57","modified_gmt":"2019-09-15T07:14:57","slug":"sending-sms","status":"publish","type":"post","link":"http:\/\/sumitjangid.com\/index.php\/2019\/09\/15\/sending-sms\/","title":{"rendered":"Sending SMS"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>public void SendSMS(string reciever, string message, string countrycode)\n        {\n            string encodedmessage = HttpUtility.UrlPathEncode(message);\n            string url = \"http:\/\/sms.kyoto-tech.com\/sendurlcomma.aspx?user=******pwd=******&amp;senderid=DELMA&amp;mobileno=\" + reciever + \"&amp;msgtext=\" + encodedmessage + \"&amp;Countrycode=\" + countrycode;\n            WebRequest request = HttpWebRequest.Create(url);\n            WebResponse response = request.GetResponse();\n            StreamReader reader = new StreamReader(response.GetResponseStream());\n            string urlText = reader.ReadToEnd(); \/\/ it takes the response from your url. now you can use as your need \n\n        }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3,4,2],"tags":[],"_links":{"self":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/95"}],"collection":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":1,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/95\/revisions"}],"predecessor-version":[{"id":96,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/95\/revisions\/96"}],"wp:attachment":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/categories?post=95"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/tags?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}