Indy 9
|
TIdDISCARDServer = class(TIdTCPServer)
TIdDISCARDServer is a useful debugging and measurement protocol where the data sent to the server is simply discarded. TIdDISCARDServer provides a default implementation that accepts threaded client connections, reads the connection for the TIdPeerThread to determine it's InputBuffer contents, and discards the values. The threaded client connection automatically terminates after reading the InputBuffer.
property DefaultPort: integer;
constructor Create(AOwner: TComponent); override;