* Patch from Reinier to make OnGetSocketHandler published (Bug ID 26028)

git-svn-id: trunk@27631 -
This commit is contained in:
michael 2014-04-22 08:42:38 +00:00
parent 196436b7e7
commit bb3ec0bd86

View File

@ -266,6 +266,7 @@ Type
Property OnPassword;
Property OnDataReceived;
Property OnHeaders;
Property OnGetSocketHandler;
end;
EHTTPClient = Class(Exception);