|
<< Click to Display Table of Contents >> Navigation: Classes > TIWHTTPClientBase > Methods > Get |
SIGNATURE=IW.HTTP.ClientBase.TIWHTTPClientBase.Get@string@TStringList
ETYPE=Method
Declaration:
Delphi: |
public function Get(const AURL: string; AParams: TStringList): Boolean; overload; |
C++: |
public: __fastcall bool Get(const String AURL, TStringList AParams); |
Description: This is Get, a member of class TIWHTTPClientBase.