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

Translates a Uniform Resource Identifier (URI) into the internal representation of a location on the server.

Use TranslateURI is used to translate the URI specified in a client request into a format that can be used by the server application.

See Also