Discuss this help topic in SecureBlackbox Forum
Whether connection should be closed on unauthorised requests.
Declaration
[C#/Java]
bool CloseConnectionOnUnauthorizedData;
[VB.NET]
Property Active As CloseConnectionOnUnauthorizedData
[Pascal]
property Active : CloseConnectionOnUnauthorizedData;
[C++]
bool get_CloseConnectionOnUnauthorizedData();
void set_CloseConnectionOnUnauthorizedData(bool Value);
[PHP]
bool get_CloseConnectionOnUnauthorizedData()
void set_CloseConnectionOnUnauthorizedData(bool $Value)
Description
Set this property to True to force the server to close connection on unauthorised access.
The incoming data is skipped in this case.
The default value is True.
Discuss this help topic in SecureBlackbox Forum