INetHttpCommand.Headers

Syntax

Headers: IStringList;

Description

The Headers property returns collection where the list of additional headers is created.

Comments

Additional headers can be required to set additional options that will be processed by server on executing the query.

Example

The example of use is given in description of the INetHttpCommand.Credential property.

See also:

INetHttpCommand