System.Net.HttpClient.THTTPClient.ContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

__property System::UnicodeString ContentType = {read=GetContentType, write=SetContentType};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Property to manage the Content-Type header.

See Also