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