System.Net.HttpClient.IHTTPRequest.SetAcceptCharSet

From RAD Studio API Documentation
Revision as of 08:33, 22 January 2015 by AChaves (talk | contribs) (57904)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetAcceptCharSet(const Value: string);

C++

virtual void __fastcall SetAcceptCharSet(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest

Description

Setter of AcceptCharSet.

See Also