System.Net.HttpClientComponent.TNetHTTPRequest.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 published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest

Description

Property to access the method string from the request.

See Also