RemObjects SDK - 连接到服务器时如何从服务器检索客户端 GUID?
有人知道在 RemObjects SDK 连接到服务器时如何检索客户端 GUID 吗? (使用SuperTCP/IP协议)
Does somebody know how to retrieve client GUID when connecting to server in RemObjects SDK ?
(using SuperTCP/IP protocol)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要获取服务器上当前连接的会话 ID,请使用 SessionID 属性
:对象在 uROSessions 单元中找到。
要获取客户端上的会话 ID,请使用 ClientID 属性:
RemoteService 是您连接的 TRORemoteService 对象。
To get the session ID of the current connection on the server, use SessionID property:
The Session object is found in the uROSessions unit.
To get the session ID on the client, use ClientID property:
RemoteService is your connection's TRORemoteService object.