Data.DBXTransport.TDBXClientInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TDBXClientInfo = record
    IpAddress: string;
    ClientPort: string;
    Protocol: string;
    AppName: string;
  end;

C++

struct DECLSPEC_DRECORD TDBXClientInfo
{
public:
    System::UnicodeString IpAddress;
    System::UnicodeString ClientPort;
    System::UnicodeString Protocol;
    System::UnicodeString AppName;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport Data.DBXTransport


Beschreibung

Enthält Informationen über einen verbundenen Client: IP-Adresse, Kommunikations-Port und -Protokoll und Anwendungsname.

Siehe auch