网络组件增加身份令牌验证,令牌可由用户自己指定。模版使用了自定义的令牌

This commit is contained in:
hsl20
2017-03-05 18:32:55 +08:00
parent ea459616d7
commit 1e249baa1d
10 changed files with 43 additions and 53 deletions

View File

@@ -183,6 +183,11 @@
网络访问中的超时时间单位毫秒默认值2200
</summary>
</member>
<member name="P:IndustryEthernet.SocketBase.KeyToken">
<summary>
该网络通信验证类的身份令牌
</summary>
</member>
<member name="M:IndustryEthernet.SocketBase.ThreadPoolCheckConnect(System.Object)">
<summary>
检查超时的子线程
@@ -310,16 +315,6 @@
服务器客户端约定的暗号协议
</summary>
</member>
<member name="F:IndustryEthernet.Hu_Net_Protocol.HU_APP_ID">
<summary>
异步通信唯一识别的暗号代码为16个Byte字符组
</summary>
</member>
<member name="F:IndustryEthernet.Hu_Net_Protocol.HU_Simplify_Net">
<summary>
同步通信中用于识别的唯一的暗号代码
</summary>
</member>
<member name="P:IndustryEthernet.Hu_Net_Protocol.HU_Protocol_Check_Secends">
<summary>
用于心跳程序的暗号信息

Binary file not shown.