System.Net.URLClient.TURLClient.SetCustomHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCustomHeaderValue(const Name, Value: string);

C++

void __fastcall SetCustomHeaderValue(const System::UnicodeString Name, const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Sets the given Name and Value for the CustomHeaders.

See Also