System.Net.URLClient.IURLRequest.URL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URL: TURI read GetURL write SetURL;

C++

__property TURI URL = {read=GetURL, write=SetURL};

Properties

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

Description

Target URI of the request.

See Also