AddFileBodyBase64¶
Adds a specified Base64-encoded file as the request body.
1 |
|
Parameters¶
string content
The Base64-encoded file content.
Returns¶
The current RestRequest instance.
Adds a specified Base64-encoded file as the request body.
1 |
|
string content
The Base64-encoded file content.
The current RestRequest instance.