Data.DBXPlatform.TDSInvocationMetadata.ResponseContentType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDSInvocationMetadata

Delphi

property ResponseContentType: string read FResponseContentType write FResponseContentType;

C++

__property System::UnicodeString ResponseContentType = {read=FResponseContentType, write=FResponseContentType};

Description

Specifies a custom HTTP content type.

The ResponseContentType property is a UnicodeString specifying a custom HTTP content type.

See Also