Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.WebResponse

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property WebResponse: TWebResponse read FResponseInfo;

C++

__property Web::Httpapp::TWebResponse* WebResponse = {read=FResponseInfo};

Description

Represents the WebBroker response information.

The WebResponse property represents the WebBroker response information.

See Also