How to make a HTTP PUT request? April 8, 2023 by Tarik using(var client = new System.Net.WebClient()) { client.UploadData(address,"PUT",data); }