0
Reply

how to write cUrl command line call in csharp windows phone

Meet Pachchigar

Meet Pachchigar

Feb 19 2013 9:34 AM
1.6k
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