HttpWebRequest.Proxy in Windows Phone 7?

前端 未结 2 2010
面向向阳花
面向向阳花 2020-12-20 03:52

It seems that .NET Compact Framework does not include a Proxy property for HttpWebRequest.

Is there anyway, I can use proxy when reading from a HttpWebRequest?

2条回答
  •  轮回少年
    2020-12-20 04:47

    No currently you cant use a Proxy with WebClient or HttpWebRequest. With Mango you can use Sockets.

提交回复
热议问题