Data.DbxHTTPLayer.TDSHTTPResponseStream.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDSHTTPResponseStream |
Delphi
procedure Close; virtual; abstract;
C++
virtual void __fastcall Close() = 0 ;
Description
Closes the communication channel.
Implement the Close method in descending classes to close the communication channel.