Here's an example of making an HTTP request with a custom method (in this case, a PATCH request) in C#:
main.cs883 chars28 lines
You can call this method with the URL you want to make the request to, the custom method (such as "PATCH"), and optionally, any data you want to send in the request body.
main.cs158 chars6 lines
gistlibby LogSnag