AddXml¶
Adds new XML content to the request.
myRestRequest.AddXml(xml: ( string | Xml )):RestRequest (Xml, RestRequest)
Parameters¶
( string | Xml ) xml
The XML content to add.
Returns¶
The current RestRequest instance.
Remarks¶
Example¶
1 2 3 4 5 6 | |