Snippets tagged net

  • Send HTTP POST request

    The snippet shows how to send HTTP POST request to a web page and download the generated HTML result. The POST data is encoded as a byte array and written to the request stream of HttpWebRequest.

    10 people like this

    Posted: 12 years ago by Tomas Petricek