function WriteBuffer(const Buffer: TValueArr; Offset, Count: integer): integer; overload;

procedure WriteBuffer(const Buffer: TBytes); overload;

 

Description

Call WriteBuffer to send Count bytes from Buffer to an HTTP resource. If request data exists (WriteBuffer or WriteData has been already called), the method appends data to the end of an existing buffer.

If an application needs to set the value of the ContentLength property, the value must be set before sending data.

Use this method only in non-chunked mode. If SendChunked is set to True, the method call will raise the HttpException.

 

See also

ContentLength

WriteData

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support