gpt4 book ai didi

delphi - RemObjects SDK - 连接到服务器时如何从服务器检索客户端 GUID?

转载 作者:行者123 更新时间:2023-12-03 18:24:25 30 4
gpt4 key购买 nike

有人知道在 RemObjects SDK 中连接到服务器时如何检索客户端 GUID 吗?
(使用 SuperTCP/IP 协议(protocol))

最佳答案

要获取服务器上当前连接的 session ID,请使用 SessionID属性(property):

SessionIDString := GUIDToString(Session.SessionID);

Session 对象位于 uROSessions 单元中。

要获取客户端上的 session ID,请使用 ClientID属性(property):
SessionIDString := GUIDToString(RemoteService.Message.ClientID);

RemoteService 是您的连接的 TRORemoteService 对象。

关于delphi - RemObjects SDK - 连接到服务器时如何从服务器检索客户端 GUID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7620336/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com