ExecuteXml¶
Executes the request and returns the result as Xml node.
1 |
|
Remarks¶
Unlike RestRequest.Execute method this method verifes the server status code is returned as OK ( HTTP 200 ). If not exception is thrown.
Example¶
1 2 3 4 5 6 7 8 9 |
|
Executes the request and returns the result as Xml node.
1 |
|
Unlike RestRequest.Execute method this method verifes the server status code is returned as OK ( HTTP 200 ). If not exception is thrown.
1 2 3 4 5 6 7 8 9 |
|