System.Net.URLClient.TURLClient.GetCustomHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCustomHeaderValue(const Name: string): string;

C++

System::UnicodeString __fastcall GetCustomHeaderValue(const System::UnicodeString Name);

Properties

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

Description

Returns the CustomHeaders value for the specified Name.

See Also