RAD Studio VCL Reference
|
Performs any necessary final steps in creating the emerging multipart form.
procedure FinalizeStream;
__fastcall FinalizeStream();
Call FinalizeStream as a final step when assembling a multipart form to represent a SOAP packet and its associated attachments. When an application assembles a multipart form to represent a SOAP packet and its associated attachments, it takes the following steps:
Only after a call to FinalizeStream can the application read the assembled multipart form by calling GetMIMEStream.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|