Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.PersistentAuthHeader

TElHTTPSClient     See also     


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


Whether to resend NTLM negotiation on every request.

Declaration

[C#]
    bool PersistentAuthHeader;

[VB.NET]
    Property PersistentAuthHeader As Boolean

[Pascal]
    property PersistentAuthHeader : boolean;

[C++]
    bool get_PersistentAuthHeader();
    void set_PersistentAuthHeader(bool Value);

[PHP]
    bool get_PersistentAuthHeader()
    void set_PersistentAuthHeader(bool $Value)

[Java]
    boolean getPersistentAuthHeader();
    void setPersistentAuthHeader(boolean Value);

Description

    The value of the Persistent-Auth response header specifies whether the server should resend the NTLM negotiation on every request. The default value is True.

See also:     ClearAuthCache    

Discuss this help topic in SecureBlackbox Forum