Discuss this help topic in SecureBlackbox Forum

TElRESTClient class

Properties     Methods     Events     Declared in     Licensing     


TElRESTClient is a descendant of TElHTTPSClient class.

Description

    This class represents a standard REpresentational State Transfer (REST) protocol client. In SecureBlackbox, the HTTP client is used for transfer.
    To send requests, use Post and Put methods; server's responses are accessed via the corresponding Response* properties, and ResponseType detects whether the response is a JSON entity, or an XML document. The formatting of JSON and XML is controlled via the corresponding XML* and JSON* properties.

Properties

Inherited from TElHTTPSClient Inherited from TElSimpleSSLClient

Methods

Inherited from TElHTTPSClient Inherited from TElSimpleSSLClient

Events

Inherited from TElHTTPSClient

Inherited from TElSimpleSSLClient

Declared in

.NET:
  • Namespace: SBRESTClient
  • Assembly: SecureBlackbox.HTTPClient
VCL:
  • Unit: SBRESTClient
Java:
  • Package: SecureBlackbox.HTTPClient.jar
C++:
  • sbrestclient.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard, SecureBlackbox Lite

Discuss this help topic in SecureBlackbox Forum