System.Net.HttpClient.THTTPClient.SupportedSchemes

提供:RAD Studio API Documentation

Delphi

function SupportedSchemes: TArray<string>; override;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

説明

クライアントでサポートされているスキームを返します。 System.Net.HttpClient.THTTPClient.SupportedSchemes は System.Net.URLClient.TURLClient.SupportedSchemes を継承しています。以下の内容はすべて System.Net.URLClient.TURLClient.SupportedSchemes を参照しています。

クライアントでサポートされているスキームを返します。

関連項目