hi all, i use this code
if (rbProxyYes.Checked)
{
Base.ProxyType protype = new Base.ProxyType();
protype = Base.ProxyType.HTTP;
Base.ProxyInfo proxyInfo = new Base.ProxyInfo(protype, tbIP.Text, Convert.ToInt32(tbPort.Text));
Runtime.Proxy = proxyInfo;
webView1.Url = tbURL.Text;
}
else
{
webView1.Url = tbURL.Text;
}
and..... ta daaa.... i check in ipchicken.com
it's not work.
this is a qustion not a tutorial,
.
can you all master here and admin write a simple code to make it work.
thanks in advance.