Datasnap.DSHTTPWebBroker.TDSWebDispatch.PathInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSWebDispatch

Delphi

property PathInfo stored IsPathInfoStored nodefault;

C++

__property PathInfo = {stored=IsPathInfoStored};

Description

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

Datasnap.DSHTTPWebBroker.TDSWebDispatch.PathInfo inherits from Web.AutoDisp.TWebDispatch.PathInfo. All content below this line refers to Web.AutoDisp.TWebDispatch.PathInfo.

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 TWebDispatch. 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