Datasnap.DSSession.TDSRemoteSession.SocketChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SocketChannel: TDBXSocketChannel read FSocketChannel write FSocketChannel;

C++

__property Data::Dbxsocketchannelnative::TDBXSocketChannel* SocketChannel = {read=FSocketChannel, write=FSocketChannel};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSRemoteSession

Description

Represents the communication channel.

The SocketChannel property represents the communication channel with the actual resources.

See Also