Datasnap.DSSession.TDSRemoteSession.SocketChannel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SocketChannel: TDBXSocketChannel read FSocketChannel write FSocketChannel;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSRemoteSession

Beschreibung

Repräsentiert den Kommunikationskanal.

Die SocketChannel-Eigenschaft repräsentiert den Kommunikationskanal mit den aktuellen Ressourcen.

Siehe auch