In documentation, there is no clear explanation of requestBody and requestString. If you rely on docs, It seems they both do same job.
Asked
Active
Viewed 133 times
1 Answers
0
RequestString and RequestBody reffers the same property for WebClient object.
When you are posting some datas you can change them dynamically by using RequestString or RequestBody properties.

Doruk COŞKUN
- 338
- 2
- 7
-
Why there are 2 different properties do same things? – atakan Jan 05 '15 at 10:10