TccHTTPRequest.Authentication
- Former user (Deleted)
Owned by Former user (Deleted)
Nov. 14, 2017
1 min read
Loading data...
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';