|
RAD Studio VCL Reference
|
Retrieves a header from an outgoing message, given its position.
function SendAt(Index: Integer): TSOAPHeader;
__fastcall TSOAPHeader SendAt(int Index);
Call SendAt to retrieve the header object for a header you have already added to an outgoing message using the Send method.
Index is the position of the header you want to retrieve, where 0 specifies the first header, 1 specifies the second header, and so on. The SendCount property provides an upper bound for this index.
SendAt returns the header at the specified position.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|