IDtRestProvider.Headers

Syntax

Headers: IStringList;

Description

The Headers property returns the collection of HTTP headers.

Comments

The specified headers will be sent together with the request to REST service.

Example

The example of use is given in description of the IDtRestProvider.Url property.

See also:

IDtRestProvider