|
RAD Studio VCL Reference
|
Sends information retrieved from an IDataBlock interface to the application server.
function Send(const Data: IDataBlock): Integer; stdcall;
__fastcall __stdcall int Send(const IDataBlock Data);
Send sends the entire contents of the Data parameter's Memory property to the application server. It returns a transport-specific value that is used by the next call to the Receive method. For example, HTTP transport classes return the handle for the Internet connection.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|