mardi 25 août 2015

Restsharp.RestRequest.RemoveJsonBody()

I can add to the JSON body by doing this:

_request.AddJsonBody(obj1);
_request.AddJsonBody(obj2);

How can I clear the body? There is no RemoveJsonBody() method or anything similar.




Aucun commentaire:

Enregistrer un commentaire