Translation of "HTTP handler" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
An HTTP handler is a class that is responsible for rendering a particular type of resource.
Ein HTTP-Handler ist eine Klasse, die für die Darstellung eines bestimmten Ressourcentyps zuständig ist.
Browser (1) requests to external web sites (7) are intercepted by the HTTP handler (3) on the appliance (2).
Browser (1) führt eine Abfrage an externe Websites (7) durch, die von dem HTTP-Handler (3) in der Anwendung (2) überwacht werden.
The type attribute for the HTTP handler is expressed using the same syntax options as with HTTP modules.
Das Attribut type für den HTTP-Handler wird mit den gleichen Syntaxoptionen wie bei HTTP-Modulen ausgedrückt.
Finally, the ASP.NET engine determines the HTTP handler that is responsible for rendering the content, invoking the handler and returning the generated content back to IIS, which returns it back to the requesting client.
Das ASP.NET-Modul bestimmt schließlich den HTTP-Handler, der für die Darstellung des Inhalts zuständig ist, ruft den Handler auf und gibt den erzeugten Inhalt an IIS zurück, von wo er wiederum an den anfordernden Client zurückgegeben wird.
Typically, this is handled by the web server, but a pre-connected Proxy or HTTP handler (in ASP.NET web applications) could also be responsible for the problem if the method is simply not enabled.
Typischerweise handelt es sich dabei um den Webserver, doch auch ein vorgeschalteter Proxy oder HTTP-Handler (in ASP.NET-Webanwendungen) kann für das Problem verantwortlich zu sein, wenn die Methode schlichtweg nicht freigegeben ist.
The HTTP handler looks for the cookie in HTTP requests.
Der HTTP-Handler sucht in den HTTP-Anfragen nach dem Cookie.
For example, the code-behind class for an ASP.NET Web page is an HTTP handler, knowing how to render the markup for the particular Web page.
Die CodeBehind-Klasse für eine ASP.NET-Webseite ist z. B. ein HTTP-Handler, dem bekannt ist, wie das Markup für die betreffende Webseite darzustellen ist.
If you have a custom HTTP handler or HTTP module, ASP.NET now supports asynchronous versions of those, as well.
Wenn Sie einen benutzerdefinierten HTTP-Handler oder ein HTTP-Modul haben, unterstützt ASP.NET jetzt auch deren asynchrone Versionen.
When a request comes into the ASP.NET HTTP pipeline, the ASP.NET engine examines the requested path and determines what HTTP handler should be used to handle the requested resource.
Wenn eine Anforderung in die ASP.NET-HTTP-Pipeline gelangt, prüft das ASP.NET-Modul den angeforderten Pfad und stellt fest, mit welchem HTTP-Handler die angeforderte Ressource verarbeitet werden soll.
Rate of Browser CEIP data files received by the HTTP handler
Die Rate der Browser-CEIP-Datendateien, die vom HTTP-Handler empfangen wurden.
The following example would create an HTTP Handler that is invoked for all requests to files with a.ashx extension.
Mit dem folgenden Beispielcode wird ein HTTP-Handler erstellt, der bei allen Anforderungen von Dateien mit der Erweiterung.ashx aufgerufen wird.
Since an HTTP handler renders content for a particular type of resource, in addition to a type attribute the<httpHandlers>element contains a path attribute, which indicates what file paths or extensions should be mapped to this HTTP Handler.
Da ein HTTP-Handler Inhalte für einen bestimmten Ressourcentyp darstellt, enthält das Element<httpHandlers>neben dem Attribut type auch das Attribut path, das angibt, welche Dateipfade oder Erweiterungen diesem HTTP-Handler zugeordnet werden sollen.
Initiates an asynchronous call to the HTTP handler.