DSAzure.TAzureHTTP.Put

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

Delphi

function Put(AURL: string): string; overload;

C++

HIDESBASE System::UnicodeString __fastcall Put(System::UnicodeString AURL)/* overload */;
inline System::UnicodeString __fastcall  Put(System::UnicodeString AURL, System::Classes::TStream* ASource){ return Idhttp::TIdCustomHTTP::Put(AURL, ASource); }
inline void __fastcall  Put(System::UnicodeString AURL, System::Classes::TStream* ASource, System::Classes::TStream* AResponseContent){ Idhttp::TIdCustomHTTP::Put(AURL, ASource, AResponseContent); }

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP


説明

PUT コマンド タイプのリクエストを送信します。

Put メソッドは、PUT コマンド タイプのリクエストを送信します。 Put は、発行されたコマンドに対して、サーバー レスポンスを返します。

AURL は、PUT コマンドが送信される URL (Uniform Resource Locator)です。

関連項目