System.Net.HttpClient.THTTPResponse.InternalAddCookie

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure InternalAddCookie(const ACookieData: string);

C++

void __fastcall InternalAddCookie(const System::UnicodeString ACookieData);

プロパティ

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


説明

ACookieDataFCookies へ追加します。

関連項目