Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32162

how to write cUrl command line call in csharp windows phone

$
0
0
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

Viewing all articles
Browse latest Browse all 32162

Trending Articles