Datasnap.DSHTTPWebBroker.TDSWebDispatch.PathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PathInfo: string read GetPathInfo write SetPathInfo stored IsPathInfoStored;

C++

__property PathInfo = {stored=IsPathInfoStored};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSWebDispatch

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