0

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.

fc123
  • 848
  • 3
  • 15
  • 37
  • @AlexeiLevenkov And how can I use that request from C# to send request. The request that possibly includes submission of form with all the data. Thanks – fc123 Nov 07 '14 at 06:28
  • For sending the request with C# please follow this ....http://stackoverflow.com/questions/4015324/http-request-with-post – justsrik Nov 07 '14 at 06:30
  • can you please let me know how to view css, javascript in telerik's fiddler – fc123 Nov 07 '14 at 06:49

0 Answers0