Datasnap.DSSession.TDSSessionTunnelInfo
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: Datasnap.DSSession |
Delphi
TDSSessionTunnelInfo = record
C++
struct DECLSPEC_DRECORD TDSSessionTunnelInfo
{
public:
System::UnicodeString ChannelName;
System::UnicodeString ClientChannelId;
System::UnicodeString SecurityToken;
System::UnicodeString AuthUser;
System::UnicodeString AuthPassword;
};
Description
Record holding information that is mapped to a specific tunnel, which is to be associated with a session.
Field | Meaning |
---|---|
ChannelName |
The channel name associated with the tunnel. |
ClientChannelId |
The ID of the tunnel, as specified by the client. |
SecurityToken |
Security token associated with the tunnel, for authorized modification. |
AuthUser |
The user associated with the tunnel. |
AuthPassword |
The password of the user associated with the tunnel. |