What is the best way to compose a rest PUT request in C#?
The request has to also send an object not present in the URI.
using(var client = new System.Net.WebClient()) { client.UploadData(address,"PUT",data); }
1.4m articles
1.4m replys
5 comments
57.0k users