System.Net.HttpClientComponent.TNetHTTPRequest.MethodString

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

Delphi

property MethodString: string read FMethodString write FMethodString;

C++

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

プロパティ

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


説明

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

関連項目