예제 #1
0
 /// <summary>
 /// 终止连接
 /// </summary>
 void AbortConnection()
 {
     serverService.AbortUnavilablePeer(this);
     Available = false;
 }