I am working on an assignment. The requirement is that Whatever I do on browser (for example click on a button after submitting form) I need that full request. And second part is after I extract the request info I want to send that same request using C# and for that all I know is to do something like this,
// Write the data to the request stream.
dataStream.Write (byteArray, 0, byteArray.Length);
Any help will be appreciated. And sorry for my English. Thanks for trying to understand my English.