Difference between revisions of "System.Net.HttpClient.THTTPRequest.BaseAddHeader"
(Created page with "{{#lst:API:System.Net.HttpClient.THTTPRequest.BaseAddHeader|api}} ==Description== {{#lsth:API:System.Net.HttpClient.THTTPRequest.BaseAddHeader|Description}}") |
(RS-91731) |
||
| Line 1: | Line 1: | ||
{{#lst:API:System.Net.HttpClient.THTTPRequest.BaseAddHeader|api}} | {{#lst:API:System.Net.HttpClient.THTTPRequest.BaseAddHeader|api}} | ||
| + | {{#ifeq: {{PAGENAME}} | System.Net.HttpClient.THTTPRequest.BaseAddHeader | |{{InheritsFrom|System.Net.HttpClient.THTTPRequest.BaseAddHeader}}}} | ||
==Description== | ==Description== | ||
| − | + | <section begin=short />Linux and Android [[System.Net.HttpClient.THTTPRequest.AddHeader|AddHeader]] implementations use this as an internal implementation.<section end=short /> | |
Revision as of 17:07, 13 May 2019
Delphi
procedure BaseAddHeader(const AName, AValue: string);
C++
void __fastcall BaseAddHeader(const System::UnicodeString AName, const System::UnicodeString AValue);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Net.HttpClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPRequest |
Description
Linux and Android AddHeader implementations use this as an internal implementation.