|
@@ -136,7 +136,6 @@ type
|
|
|
function GetHost: string;
|
|
|
function GetURLDataString: string;
|
|
|
procedure SetURLDataString(const aURLDataString: string);
|
|
|
- function GetSelf: TFPHTTPClientAsyncPoolRequest;
|
|
|
public
|
|
|
constructor Create;
|
|
|
public
|
|
@@ -439,11 +438,6 @@ begin
|
|
|
Result := xURI.Host;
|
|
|
end;
|
|
|
|
|
|
-function TFPHTTPClientAsyncPoolRequest.GetSelf: TFPHTTPClientAsyncPoolRequest;
|
|
|
-begin
|
|
|
- Result := Self;
|
|
|
-end;
|
|
|
-
|
|
|
function TFPHTTPClientAsyncPoolRequest.GetURLDataString: string;
|
|
|
begin
|
|
|
Result := TEncoding.SystemEncoding.GetAnsiString(URLData);
|