API:Web.Win.IsapiHTTP.TISAPIRequest.TranslateURI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TranslateURI(const URI: string): string; override;

C++

virtual System::UnicodeString __fastcall TranslateURI(const System::UnicodeString URI);

Properties

Type Visibility Source Unit Parent
function public
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIRequest

Description

Provides the abstract (pure virtual) prototype for a method to translate a Uniform Resource Identifier (URI) into an internal representation of a location on the server.

Web.Win.IsapiHTTP.TISAPIRequest.TranslateURI inherits from Web.HTTPApp.TWebRequest.TranslateURI. All content below this line refers to Web.HTTPApp.TWebRequest.TranslateURI.

Provides the abstract (pure virtual) prototype for a method to translate a Uniform Resource Identifier (URI) into an internal representation of a location on the server.

Descendants of TWebRequest implement TranslateURI. TranslateURI is used to translate the URI specified in a client request into a format that can be used by the server application. TranslateURI is not relevant to CGI applications.

Note: On Windows, the internal format varies, depending on whether the server application is an ISAPI or NSAPI application.

See Also