2010-08-01 58 views
0

我使用.NET的HttpWebRequest & /或WebClient類Progamatically通過URL來匿名代理像http://www.trycatchme.com

我怎麼能Progamatically一個URL傳遞到像http://www.trycatchme.com匿名代理並得到結果

<form method="post" action="/index.php"> 
    <input id="address_bar" type="text" name="q" value="http://www." onfocus="this.select()" /> 
    <input id="surf_button" type="image" value="Surf Now" src="images/surfnowbtn.gif" /> 
    <input type="hidden" name="hl[include_form]" value="1" /> 
    <input type="hidden" name="hl[remove_scripts]" value="1" /> 
    <input type="hidden" name="hl[accept_cookies]" value="1" /> 
    <input type="hidden" name="hl[show_images]" value="1" /> 
    <input type="hidden" name="hl[show_referer]" value="1" /> 
    <input type="hidden" name="hl[base64_encode]" value="1" /> 
    <input type="hidden" name="hl[strip_meta]" value="1" /> 
    <input type="hidden" name="hl[session_cookies]" value="1" /> 
</form> 

謝謝。

回答