Exemple #1
0
 public void CloseHostSocket() // (내가 호스트 일 떄) 모든 게스트와 연결을 끊는다.
 {
     m_host.DisconnectAll();
 }