0
Answer

how to write cUrl command line call in csharp windows phone

Meet Pachchigar

Meet Pachchigar

11y
1.9k
1
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