Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Implement a cURL command in C#
Opariti
8y
519
1
Reply
Hi,
I have the following cURL command line with authentication, POST parameters and file upload:
curl -k -H "Authorization: Token token=alibaba" -X POST -F "one[param1_id]=01" -F "two[param2_id]=method:bingo,key:client_license" -F "files[0]"=@my_file.wav https://webservicesite/jobs
I would like to have a class code example, using either HttpClient
, or
HttpWebRequest classes so that to implement this command in C#.
Thanks!
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
c# sql server records control
how can write both id and class inside document on click?