Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present), succeeding Windows Phone 7.5 and includes many new featuresets.
0
votes
1answer
80 views
+100
HttpWebRequest with Windows 8 Phone App
When i try to make HttpWebRequest it is returning System.Net.ProtocolViolationException error.
private void txtGo_Click(object sender, RoutedEventArgs e)
{
WebRequest client =
...