system.net.httpDelete missing a body parameter

Not sure if anyone actually uses this function, system.net.httpDelete .

I need to pass in a body to this, but there is no parameter that I can find that allows a body.

Can you help me find where I can add the body?

The http spec allows an optional body in this http method.

Use system.net.httpClient instead.

1 Like