AddFileBase64¶
Adds specified Base64-encoded file content to the request.
1 |
|
Parameters¶
string name
The name of the parameter.
string content
The Base64-encoded string.
string fileName
The name of the file, including the extension.
string mimeType
The MIME type of the file.
Returns¶
The current RestRequest instance.