Base64 Property (MySqlHttpOptions)
In This Topic
Specifies whether to encode data to MIME base64 format before sending them with the POST Request.
Syntax
'Declaration
Public Property Base64 As Boolean
public bool Base64 {get; set;}
Property Value
true, if data is encoded to MIME base64 format before sending them with the POST Request;
false otherwise.
See Also