点击或拖拽改变大小

SessionBase 属性

SessionBase 类型公开以下成员。

属性
  名称说明
公共属性HeartTime
获取心跳验证的时间点
Get the time point of heartbeat verification
公共属性IpAddress
获取当前的远程连接对象的IP地址
Get the IP address of the current remote connection object
公共属性IpEndPoint
获取当前的连接对象连接的远程客户端
Get the remote client connected by the current connection object
公共属性OnlineTime
获取当前的客户端的上线时间
Get the online time of the current client
公共属性WorkSocket
实际传输数据的对象,除非你清楚自己在收发什么数据信息,否则尽量不直接使用本Socket对象
The actual data transmission object, unless you know what data information you are sending and receiving, try not to directly use this Socket object
Top
参见