Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.SecurityHeaderCount

TElXMLSOAPMessage     See also     


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


Specifies the number if security headers in the list.

Declaration

[C#]
    int SecurityHeaderCount;

[VB.NET]
    Property SecurityHeaderCount As Integer

[Pascal]
    property SecurityHeaderCount : Integer;

[C++]
    int32_t get_SecurityHeaderCount();

[PHP]
    integer get_SecurityHeaderCount()

[Java]
    int getSecurityHeaderCount();

Description

Use this property to check the number of WS-Security headers added to this message.

See also:     SecurityHeaders     AddSecurityHeader     RemoveSecurityHeader    

Discuss this help topic in SecureBlackbox Forum