csharp httpclient post no content

Code Example - csharp httpclient post no content

                
                        Task<HttpResponseMessage> task = client.PostAsync(url, null);