API:System.Net.HttpClient.THTTPClient.SupportedSchemes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SupportedSchemes: TArray<string>; override;

C++

virtual System::DynamicArray<System::UnicodeString> __fastcall SupportedSchemes();

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Returns the client supported schemes.

System.Net.HttpClient.THTTPClient.SupportedSchemes inherits from System.Net.URLClient.TURLClient.SupportedSchemes. All content below this line refers to System.Net.URLClient.TURLClient.SupportedSchemes.

Returns the client supported schemes.

See Also