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