Discuss this help topic in SecureBlackbox Forum
Whether connection should be closed on unauthorised requests.
Declaration
[C#]
bool CloseConnectionOnUnauthorizedData;
[VB.NET]
Property CloseConnectionOnUnauthorizedData As Boolean
[Pascal]
property CloseConnectionOnUnauthorizedData : boolean;
[C++]
bool get_CloseConnectionOnUnauthorizedData();
void set_CloseConnectionOnUnauthorizedData(bool Value);
[PHP]
bool get_CloseConnectionOnUnauthorizedData()
void set_CloseConnectionOnUnauthorizedData(bool $Value)
[Java]
boolean getCloseConnectionOnUnauthorizedData();
void setCloseConnectionOnUnauthorizedData(boolean 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