Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.DeleteParameter

TElXMLSOAPClient     See also     


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


Deletes the specified SOAP operation parameter.

Declaration

[C#]
    void DeleteParameter(int Index);

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

[Pascal]
    procedure DeleteParameter(Index : Integer);

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

[PHP]
    void DeleteParameter(integer $Index)

[Java]
    void deleteParameter(int Index);

Parameters

  • Index - the index of the parameter to be deleted.

Description

Use this method to delete the specified SOAP operation parameter.

See also:     Add parameters to SOAP message     AddParameter     Parameters    

Discuss this help topic in SecureBlackbox Forum