Internet Direct (Indy) Version 9.0.1 Beta
|
procedure Trace(AURL: string; const AResponseContent: TStream); overload; function Trace(AURL: string): string; overload;
If the Request is valid, the Response to a Trace Request will contain the entire Request message with a Content-Type of "message/http".
Trace is overloade to allow the response content to be returned a String, using the function-based variant of the method, or in the stream specified in AResponseContent.