5

I have been searching Embarcadero sources and Indy sources for hours now, as well as Google, but failed to find any documentation on TIdHTTPWebBrokerBridge aka HTTPWebBrokerBridge (.net). What is it doing, what methods, properties and events does it expose.

Anyone who has a useful link at hand?

Thanks

Armin.

mjn
  • 36,362
  • 28
  • 176
  • 378
Armin
  • 97
  • 2
  • 8

2 Answers2

5

There is no documentation for TIdHTTPWebBrokerBridge.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
  • Em, that's a quite surprising answer. - How can you know, except there is an official statement from someone saying whoever wrote the code will never document it (and why) - how can anyone make code public and expect anyone using it in his own projects, when he does not provide any documentation? - If the one who wrote the code does not expect anyone to use it, why does he make his code public? - If the code is not intended to be used - why does Embarcadero inlcude it in their RAD studio? Puzzled by your answer. Armin. – Armin Oct 22 '14 at 10:56
  • I am the primary developer of Indy, so I think I would know if here is official documentation for `TIdHTTPWebBrokerBridge` (there is not). I did not write `TIdHTTPWebBrokerBridge` itself, and if you look closely it is not actually part of the main Indy library itself. It is a standalone unit used to link WebBroker and Indy together. I don't use WebBroker myself, but I do know that Embarcadero uses `TIdHTTPWebBrokerBridge` as they submit patches for it once in awhile. – Remy Lebeau Oct 22 '14 at 18:14
  • Hi Remy,sorry that I dodn't recognize you by your name. You surely are competent to say what you did :-) My fault :-) – Armin Oct 23 '14 at 13:26
  • Wow, I'm new to Delphi and this was the first thing I tried to look up. It doesn't bode well :D – tom Dec 23 '14 at 11:39
0

I have found that: TIdHTTPWebBrokerBridge has the same events as: TIdHTTPServer.

Jared Forth
  • 1,577
  • 6
  • 17
  • 32