Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetCharSet
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
| Unit: Datasnap.DSHTTPClient | |
| Parent: IResponse | |
Delphi
function GetCharSet: string;
C++
virtual System::UnicodeString __fastcall GetCharSet() = 0 ;
Description
Gets the type of character set that is used in the HTTP response.
GetCharSet is the getter method for the CharSet property.
See Also
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.CharSet
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentEncoding
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers