Meet Pachchigar

Meet Pachchigar

  • NA
  • 1
  • 1.9k

how to write cUrl command line call in csharp windows phone

Feb 19 2013 9:34 AM
I have following curl commandline
 curl -F 'access_token=accesstoken' \ http://www.test.com/media/  I want to submit this curl at given website using c sharp.I have used httpwebrequest for this call .now which other parameter to be set for access_token