System.Net.URLClient.IURLRequest.MethodString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodString: string read GetMethodString write SetMethodString;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient IURLRequest

Description

String that represents the command of the request.

For example, when the URL uses the HTTP protocol, the value of MethodString may be the name of one of the HTTP request methods.

See Also