Discuss this help topic in SecureBlackbox Forum
Contains server newline sequences.
Declaration
[VB.NET]
Property Newline As Byte()
[Pascal]
property Newline : string;
[C++]
void get_Newline(std::vector<uint8_t> &OutResult);
void set_Newline(const std::vector<uint8_t> &Value);
[PHP]
string get_Newline()
void set_Newline(array of byte|string|NULL $Value)
[Java]
byte[] getNewline();
void setNewline(byte[] Value);
Description
This property contains server newline sequences.
Discuss this help topic in SecureBlackbox Forum