Can you please help me and convert this code to c#?
Dim objXmlHttp
Set objXmlHttp = Server.CreateObject("Microsoft.XMLHTTP")
objXmlHttp.open "GET", "http://sms2.ballou.se/http/get/SendSms.php?UN=ditt_användarnamn&PW=ditt_pasword&CR=din_referens&RI=12345&O=avsändare&D=46705######,46705######&M=SMS message", False
objXmlHttp.send
Set objXmlHttp = Nothing ...
Go to the complete details ...