naem name

naem name

  • NA
  • 59
  • 6.7k

A method returning HTTP Post Requests.

Mar 9 2017 2:39 AM
Hi all,
 
I want to immplement a method using C# (winforms) which:
 
1. take a url: (e.g) www.example1.com
2. looks for all HTTP POST (Only) Requests in that website
3. Store the results in a list
4. Print the list. 

Answers (1)