DSAzure.TAzureService.CleanUpHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CleanUpHeaders;

C++

void __fastcall CleanUpHeaders();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Resets/clears several of the managed request's fields.

CleanUpHeaders resets the values of several HTTP request fields in the TDSHTTP used by the service. These fields include ContentType, ContentEndociding, and RawHeaders, among others.

See Also