mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:29:23 +02:00
* Patch from Reinier to make OnGetSocketHandler published (Bug ID 26028)
git-svn-id: trunk@27631 -
This commit is contained in:
parent
196436b7e7
commit
bb3ec0bd86
@ -266,6 +266,7 @@ Type
|
|||||||
Property OnPassword;
|
Property OnPassword;
|
||||||
Property OnDataReceived;
|
Property OnDataReceived;
|
||||||
Property OnHeaders;
|
Property OnHeaders;
|
||||||
|
Property OnGetSocketHandler;
|
||||||
end;
|
end;
|
||||||
EHTTPClient = Class(Exception);
|
EHTTPClient = Class(Exception);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user