IDtRestProvider.Credentials

Syntax

Credentials: Object;

Description

The Credentials property returns parameters of the credentials that are used to connect to REST service.

Comments

To set up parameters of credentials, cast the property value to the INetHttpCommandCredential interface. Credentials setup is available only when developing in the Fore language.

Example

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

See also:

IDtRestProvider