コード例 #1
0
 public static int GetTcpNetConSvrType()
 {
     if (m_TcpNet != null)
     {
         return((int)m_TcpNet.GetNetConSvrType());
     }
     return(0);
 }