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