Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.OwnTag

TElHTTPSession     See also     


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


Specifies whether this object owns the tag object.

Declaration

[C#]
    bool OwnTag;

[VB.NET]
    Property OwnTag As Boolean

[Pascal]
    property OwnTag : boolean;

[C++]
    bool get_OwnTag();
    void set_OwnTag(bool Value);

[PHP]
    bool get_OwnTag()
    void set_OwnTag(bool $Value)

[Java]
    boolean getOwnTag();
    void setOwnTag(boolean Value);

Description

If this property is set to true, the session object will take care of the Tag object disposal. Otherwise, the application should dispose of it. The default value is true.

See also:     Tag    

Discuss this help topic in SecureBlackbox Forum