Web.AutoDisp.TWebPathInfo.PathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PathInfo: string read GetPathInfo write SetPathInfo;

C++

__property System::UnicodeString PathInfo = {read=GetPathInfo, write=SetPathInfo};

Properties

Type Visibility Source Unit Parent
property public
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp TWebPathInfo

Description

Indicates the path portion of the Uniform Resource Identifier (URI) for which the auto-dispatching component handles requests.

Set PathInfo to the path portion of the URI for the target of any request messages serviced by the auto-dispatching component that uses PathInfo. The Web dispatcher matches components to request messages by comparing PathInfo with the path portion of the URI specified as the target of the request. If the PathInfo properties match, and the MethodType matches, the Web dispatcher invokes the auto-dispatching object so that it can respond to the message.

See Also