Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.RemoveSecurityHeader

TElXMLSOAPMessage     See also     


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


Removes the specified item from the list.

Declaration

[C#]
    void RemoveSecurityHeader(int Index);

[VB.NET]
    Sub RemoveSecurityHeader(ByVal Index As Integer)

[Pascal]
    procedure RemoveSecurityHeader(Index : Integer);

[C++]
    void RemoveSecurityHeader(int32_t Index);

[PHP]
    void RemoveSecurityHeader(integer $Index)

[Java]
    void removeSecurityHeader(int Index);

Parameters

  • Index - the index of the header to be removed.

Description

Use this method to remove the specified WS-Security header of the message.

See also:     SecurityHeaderCount     AddSecurityHeader    

Discuss this help topic in SecureBlackbox Forum