IDtRestProvider.Headers

Syntax

Headers: IStringList;

Headers: System.Collections.Generic.IList;

Description

The Headers property returns the collection of HTTP headers.

Comments

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

Fore and Fore.NET Examples

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

See also:

IDtRestProvider