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