2

In documentation, there is no clear explanation of requestBody and requestString. If you rely on docs, It seems they both do same job.

atakan
  • 695
  • 4
  • 11

1 Answers1

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