Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseParameters

TElXMLSOAPClient     See also     


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


Contains response operation parameters.

Declaration

[C#]
    TElXMLSOAPCustomParameter ResponseParameters[int Index];

[VB.NET]
    Property ResponseParameters(ByVal Index As Integer) As TElXMLSOAPCustomParameter

[Pascal]
    property ResponseParameters[Index : Integer] : TElXMLSOAPCustomParameter;

[C++]
    TElXMLSOAPCustomParameter* get_ResponseParameters(int32_t Index);

[PHP]
    TElXMLSOAPCustomParameter get_ResponseParameters(integer $Index)

[Java]
    TElXMLSOAPCustomParameter getResponseParameters(int Index);

Parameters

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

Description

This property contains a list of operation parameters of the response message.

Discuss this help topic in SecureBlackbox Forum