AppSession 类 |
命名空间: HslCommunication.Core.Net
AppSession 类型公开以下成员。
名称 | 说明 | |
---|---|---|
AppSession |
实例化一个默认的对象
| |
AppSession(Socket) |
通过指定的Socket对象来初始化一个会话内容
|
名称 | 说明 | |
---|---|---|
ClientUniqueID |
客户端唯一的标识,在NetPushServer及客户端类里有使用 The unique identifier of the client, used in the NetPushServer and client classes | |
HeartTime |
获取心跳验证的时间点 (继承自 SessionBase。)Get the time point of heartbeat verification | |
IpAddress |
获取当前的远程连接对象的IP地址 (继承自 SessionBase。)Get the IP address of the current remote connection object | |
IpEndPoint |
获取当前的连接对象连接的远程客户端 (继承自 SessionBase。)Get the remote client connected by the current connection object | |
LoginAlias |
远程对象的别名信息 Alias information for remote objects | |
OnlineTime |
获取当前的客户端的上线时间 (继承自 SessionBase。)Get the online time of the current client | |
Tag |
当前会话绑定的自定义的对象内容 The content of the custom object bound to the current session | |
WorkSocket |
实际传输数据的对象,除非你清楚自己在收发什么数据信息,否则尽量不直接使用本Socket对象 (继承自 SessionBase。)The actual data transmission object, unless you know what data information you are sending and receiving, try not to directly use this Socket object |
名称 | 说明 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (重写 ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) | |
GetHashCode | Serves as the default hash function. (重写 ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (继承自 Object。) | |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) | |
ToString | Returns a string that represents the current object. (重写 ObjectToString.) | |
UpdateHeartTime |
更新当前的心跳时间 (继承自 SessionBase。)Update the current heartbeat time | |
UpdateSocket |
更新当前的Socket连接对象信息
(继承自 SessionBase。) |
名称 | 说明 | |
---|---|---|
ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |