Discuss this help topic in SecureBlackbox Forum
Specifies if the newline extensions were sent from server to client.
Declaration
[C#]
bool NewlineAvailable;
[VB.NET]
Property NewlineAvailable As Boolean
[Pascal]
property NewlineAvailable : boolean;
[C++]
bool get_NewlineAvailable();
void set_NewlineAvailable(bool Value);
[PHP]
bool get_NewlineAvailable()
void set_NewlineAvailable(bool $Value)
[Java]
boolean getNewlineAvailable();
void setNewlineAvailable(boolean Value);
Description
Use this property to specify if the newline extensions were sent from server to client.
Use
NewlineExtension property to
get server newline sequences.
Discuss this help topic in SecureBlackbox Forum