Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Modules Manual for RAD Studio 11 (Delphi Win32) » Getting Started » Handling Server Requests |
Property | Description |
ContentTransferEncoding | This property identifies the encoding of the file content contained in the Content and ContentStream properties. This is essential in knowing how to deal with the content. |
ContentFileName | This property identifies the name of the file as provided by the client. |
Method | Description |
SendContentHeader | Sends a response for a HEAD request. |
SendCustomContentHeader | Sends a custom content response for a HEAD request. |
SendContent | Sends a UTF-8-encoded text response with a Content-Type header of "text/html; charset=utf-8" along with an optional status code and message. |
SendCustomContent | Sends a UTF-8-encoded text response with a custom content type, encoding, and disposition. |
SendRedirect | Sends a redirect response to a new URL along with an optional UTF-8-encoded text response with a Content-Type header of "text/html; charset=utf-8". By default, the redirect HTTP status code is 302, but you can specify a different status code. |
SendError | Sends a status code and message along with an optional UTF-8-encoded text response with a Content-Type header of "text/plain; charset=utf-8". |
SendContentStream | Sends a UTF-8-encoded text stream response with a Content-Type header of "text/html; charset=utf-8" along with an optional status code and message. |
SendCustomContentStream | Sends a binary stream response with a custom content type, encoding, and disposition. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |