System.Net.URLClient.TURLRequest.FMethodString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMethodString: string;

C++

System::UnicodeString FMethodString;

Properties

Type Visibility Source Unit Parent
field protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLRequest

Description

String that represents the command of the request.

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

See Also