System.Net.WebProxy myProxy = new System.Net.WebProxy("Your proxy goes here", 8081);
myProxy.BypassProxyOnLocal = true;
request.Proxy = myProxy;request.MaximumAutomaticRedirections = 4;
request.MaximumResponseHeadersLength = 4;
request.Timeout=20000;
request.Credentials = CredentialCache.DefaultCredentials;
HttpWebResponse response = (HttpWebResponse)request.GetResponse ();
Stream receiveStream = response.GetResponseStream ();
StreamReader readStream = new StreamReader (receiveStream, Encoding.UTF8);
string result=readStream.ReadToEnd ();
response.Close ();
[ add comment ] | permalink | related link |




( 3 / 3473 )Life is short.
Life is beautiful
14 days
One life cycle
Beautiful tulips blooming
Life is short.
Life is beautiful
Life is precious
Enjoy your life
![]() |
| Blooming |
[ add comment ] | permalink | related link |




( 3 / 9219 )[ 1 comment ] ( 38 views ) | permalink | related link |




( 3 / 8789 )新年我把MSN的名给改成 "新年是什么?请回答"
以下是朋友的回答:
1. is New Year
2. 新的一年
3. it is your year
4. 新年是又老一岁,又多了一年的烦心事,压力更大了,开心的时候更珍贵了,所以新年,就是珍惜现在。
5.新年是旧年的Opposite.
6. 新年是跟去年比,因為比去年新,所以叫新年.
如果你有好答案请留言,或email me: liu3wood@yahoo.com
My answer is : Just another day
Happy new year!!!
[ add comment ] | permalink | related link |




( 3 / 8484 )Smith: My father was in the military, so everything was really regimented.
RD: Was he a taskmaster?
Smith: Oh, yeah, he was very serious about things being a certain way. When my father got out of the Air Force, he started his own refrigeration business. I might have been 12 and my brother 9 when one day he decided he wanted a new front wall at his shop. He tore the old one down -- it was probably 16 feet high and 40 feet long. And he told us that this was going to be our gig over the summer. We were standing there thinking, There will never, ever, be a wall here again. We went brick by brick for the entire summer and into winter and then back into spring. One day there was a wall there again. I know my dad had been planning this for a long time. He said, "Now, don't you all ever tell me there's something you can't do." And he walked into the shop. The thing I connect to is: I do not have to build a perfect wall today. I just have to lay a perfect brick. Just lay one brick, dude.
RD: Has your success surprised you?
Smith: For a long time now, I have been beyond anything that I ever dreamed. I just put my head down and run hard, and I am almost always surprised when I look up and see where I am.
[ add comment ] | permalink | related link |




( 3 / 8635 )
Back Next


Avatar










