Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPHeader.Blocks

TElXMLSOAPHeader     See also     


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


The list of header blocks.

Declaration

[C#]
    TElXMLSOAPHeaderBlock Blocks[int Index];

[VB.NET]
    Property Blocks(ByVal Index As Integer) As TElXMLSOAPHeaderBlock

[Pascal]
    property Blocks[Index : Integer] : TElXMLSOAPHeaderBlock;

[C++]
    TElXMLSOAPHeaderBlock* get_Blocks(int32_t Index);

[PHP]
    TElXMLSOAPHeaderBlock get_Blocks(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains the list of header blocks.

See also:     BlockCount     LoadBlockFromXML    

Discuss this help topic in SecureBlackbox Forum