Example #1
0
 /// <summary>
 /// 回归 Socket池
 /// </summary>
 public void ReturnPool()
 {
     if (socketPool != null)
     {
         socketPool.Return(this);
     }
 }
Example #2
0
 /// <summary>
 /// 回归 Socket池
 /// </summary>
 public void ReturnPool()
 {
     if (hostNode != null)
     {
         hostNode.Return(this);
     }
 }