I have an older ASP.NET WebForms site. I am trying to use WebClient to send a PATCH request to a REST API:
WebClient
PATCH
using (WebClient client =