DSAzure.TAzureService.CleanUpHeaders

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

procedure CleanUpHeaders;

C++

void __fastcall CleanUpHeaders();

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