Data.DBXTransport.TDBXChannelInfo.ClientInfo
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TDBXChannelInfo |
Delphi
property ClientInfo: TDBXClientInfo read FClientInfo write FClientInfo;
C++
__property TDBXClientInfo ClientInfo = {read=FClientInfo, write=FClientInfo};
Description
Accesses information about a connected client.
Use the ClientInfo property to access information about a connected client. The information is related to the IP (Internet Protocol) address, communication port, communication protocol, and application name.