silverlight - HTTPS equivalent of WebRequest.CreateHttp on Windows Phone 7? -


i have c# code in windows phone app...

webrequest wrq = webrequest.createhttp("http://bing.com"); 

is possible make use https instead? there's no createhttps, , no obvious flags me fiddle with.

chris

have tried following?

webrequest wrq = webrequest.create("https://bing.com"); 

notice url uses https scheme. believe should work fine. did run issue method?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -