Hi mlspider,
erstens darfst du beim Funktionsaufruf das overload nicht hinzufügen, dies ist nur für die Deklaration und in deinem Fall unnötig.
Weiters:
Meine Hilfe sagt zum Put folgendes:
Implements the HTTP PUT command verb.
function Put(AURL: string; const ASource: TStream): string; overload;
procedure Put(AURL: string; const ASource: TStream; const AResponseContent: TStream); overload;
Parameters
AURL: string
Location to store the resource on the server.
const ASource: TStream
Values tyo be stored at the specified location.
const AResponseContent: TStream
Destination for response values from the operation.
Hoffe das hilft dir weiter.
Greetz
alcaeus