cURL in ASP.NET

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Does ASP.NET support for cURL which available at most unix system?
Or is there a function that can post and grab the html result?

Thanks.

Chris
 
Chris said:
Does ASP.NET support for cURL which available at most unix system?
Or is there a function that can post and grab the html result?

No functions, but a couple of classes and methods ;-)

Check out System.Net.WebClient.

Cheers,
 
Back
Top