Datasnap.DSSession.TDSRemoteSession.SocketChannel

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also