Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.CloseConnectionOnUnauthorizedData

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     OnCloseConnection    

Discuss this help topic in SecureBlackbox Forum