Internet Direct (Indy) Version 9.0.1 Beta
TIdResponseHeaderInfo.Clear
Resets response header properties to their default values.

procedure Clear; override;
Description
Clear is an overridden procedure in TIdResponseHeaderInfo. Clear resets the property values that represent the response headers to their default empty values, including Location and Server. Clear also resets the values in the ProxyAuthenticate and WWWAuthenticate properties by calling their respective Clear methods. Clear calls the inherited Clear method prior to exiting the method.