Browse Source

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

git-svn-id: trunk@27631 -
michael 11 years ago
parent
commit
bb3ec0bd86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-web/src/base/fphttpclient.pp

+ 1 - 0
packages/fcl-web/src/base/fphttpclient.pp

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