Datasnap.DSSession.TDSRemoteSession.SocketChannel
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSRemoteSession | |
Delphi
property SocketChannel: TDBXSocketChannel read FSocketChannel write FSocketChannel;
C++
__property Data::Dbxsocketchannelnative::TDBXSocketChannel* SocketChannel = {read=FSocketChannel, write=FSocketChannel};
Description
Represents the communication channel.
The SocketChannel property represents the communication channel with the actual resources.