TccHTTPRequest.Authentication

Parameter

: TccHTTPAuthentication;

Beschreibung

Zugriff auf das Authentication Request Objekt.

Beispiel

HTTP.Request.Authentication.AuthType := ccHAT_Basic;
HTTP.Request.Authentication.Username := 'example';
HTTP.Request.Authentication.Password := 'TopSecret';