: TccHTTPAuthentication;
Zugriff auf das Authentication Request Objekt.
HTTP.Request.Authentication.AuthType := ccHAT_Basic; HTTP.Request.Authentication.Username := 'example'; HTTP.Request.Authentication.Password := 'TopSecret';