View Single Post
  #16 (permalink)  
Old 02-05-2010, 09:12 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,676
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You should use request.GetAsyncResponse instead of GetResponse. Then in the Response event you should call response.GetAsyncStream.

See the example in the manual: HTTP
Reply With Quote