System.Net.HttpClientComponent.TNetHTTPRequest.MethodString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodString: string read FMethodString write FMethodString;

C++

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

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