|
RAD Studio VCL Reference
|
Sends the encoded method call as an HTTP-based SOAP message.
function Send(const ASrc: TStream): Integer; virtual;
virtual __fastcall int Send(const TStream ASrc);
Send returns a context ID that identifies this request message. This context ID is passed to the Receive method to retrieve the corresponding response message from the server.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|