How can I call a web api url from a csharp console application.
"/api/MemberApi"
I don't need anything back from the server. It just needs to be called and the Web API method will execute some code. Although it would be good to record if the call succeeded.
HttpWebRequestandHttpWebResponsewhich are generally used to make any web service call. I do not have access to VS so cannot give an example. Check this link