how to write cUrl command line call in csharp windows phone
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