DSAzure.TAzureService.GetResponse

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

Delphi

function GetResponse(Url: String): String;

C++

System::UnicodeString __fastcall GetResponse(System::UnicodeString Url);

プロパティ

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


説明

指定された URL を持つ HTTP GET リクエストを発行します。

GetResponse は、指定された URL を持つ HTTP GET リクエストを発行し、レスポンスの内容を文字列で返します。

関連項目