Datasnap.DSCommonServer.TDSServerConnectionHandler.Channel
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSCommonServer.pas Datasnap.DSCommonServer.hpp
| |
| Unit: Datasnap.DSCommonServer | |
| Parent: TDSServerConnectionHandler | |
Delphi
property Channel: TDBXChannel read FChannel;
C++
__property Data::Dbxtransport::TDbxChannel* Channel = {read=FChannel};
Description
Specifies the communication channel.
Read the Channel method to obtain the communication channel.