System.Net.HttpClientComponent.TNetHTTPRequest.MethodString

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

Delphi

property MethodString: string read GetMethodString write SetMethodString;

C++

__property System::UnicodeString MethodString = {read=GetMethodString, write=SetMethodString};

プロパティ

種類 可視性 ソース ユニット
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest


説明

リクエストからメソッド文字列にアクセスするためのプロパティ。

関連項目