REST.Client.TCustomRESTRequest.DoHTTPProtocolError: Unterschied zwischen den Versionen

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „{{#lst:API:REST.Client.TCustomRESTRequest.DoHTTPProtocolError|api}} ==Beschreibung== {{#lsth:API:REST.Client.TCustomRESTRequest.DoHTTPProtocolError|Beschreibung}}“)
 
K (1 Version: Imported February 16, 2015 Translation Package. LOC-17413)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
{{#lst:API:REST.Client.TCustomRESTRequest.DoHTTPProtocolError|api}}
 
{{#lst:API:REST.Client.TCustomRESTRequest.DoHTTPProtocolError|api}}
 +
 
==Beschreibung==
 
==Beschreibung==
{{#lsth:API:REST.Client.TCustomRESTRequest.DoHTTPProtocolError|Beschreibung}}
+
 
 +
{{#ifeq: {{PAGENAME}}|REST.Client.TCustomRESTRequest.DoHTTPProtocolError||{{InheritsFrom|REST.Client.TCustomRESTRequest.DoHTTPProtocolError}}}}
 +
 
 +
<section begin="short" />[[rad_de:Ereignisse aufrufen|Dispatcher]] des Ereignisses [[REST.Client.TCustomRESTRequest.OnHTTPProtocolError|OnHTTPProtocolError]].<section end="short" />
 +
 
 +
[[REST.Client.TCustomRESTRequest.Execute|Execute]] ruft [[REST.Client.TCustomRESTRequest.DoHTTPProtocolError|DoHTTPProtocolError]] auf, wenn bei der Ausführung der Anforderung eine [[REST.HttpClient.EHTTPProtocolException|EHTTPProtocolException]] ausgelöst wird.
 +
 
 +
Dieser Ereignis-Dispatcher erhält einen einzelnen Parameter, {{Arg|ASender}}, der Ihre Anforderung ist.
 +
 
 +
===Siehe auch===
 +
 
 +
* [[rad_de:Ereignisse aufrufen|Ereignis-Dispatcher]]
 +
 
 +
* [[REST.Client.TCustomRESTRequest.OnHTTPProtocolError|REST.Client.TCustomRESTRequest.OnHTTPProtocolError]]
 +
 
 +
* [[REST.Client.TCustomRESTRequest.Execute|REST.Client.TCustomRESTRequest.Execute]]
 +
* [[REST.HttpClient.EHTTPProtocolException|REST.HttpClient.EHTTPProtocolException]]
 +
 
 +
[[Category:API-Dokumentation]]
 +
[[Category:XE8]]

Aktuelle Version vom 23. Februar 2015, 12:20 Uhr

Delphi

procedure DoHTTPProtocolError; virtual;

C++

virtual void __fastcall DoHTTPProtocolError(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


Beschreibung

Dispatcher des Ereignisses OnHTTPProtocolError.

Execute ruft DoHTTPProtocolError auf, wenn bei der Ausführung der Anforderung eine EHTTPProtocolException ausgelöst wird.

Dieser Ereignis-Dispatcher erhält einen einzelnen Parameter, ASender, der Ihre Anforderung ist.

Siehe auch