Exemple #1
0
 /// <summary>
 /// Creates a new ServerList.
 /// </summary>
 public CServersList()
 {
     m_ConnectionIndex            = 0;
     m_ActiveServer               = null;
     m_LastUDPSourceSearch        = DateTime.MinValue;
     m_LastPingUDP                = DateTime.MinValue;
     m_NextTCPSourcesSearch       = DateTime.MaxValue;
     m_UDPSourceSearchFileIndex   = 0;
     m_TCPSourceSearchFileIndex   = 0;
     m_SourceSearchServerIndex    = 0;
     m_ServerPingUDPIndex         = 0;
     m_TimesshownUDPClosedMessage = 0;
     m_lowIDRetryHelper           = new CLowIDRetryHelper();
 }
Exemple #2
0
 /// <summary>
 /// Creates a new ServerList.
 /// </summary>
 public CServersList()
 {
     m_ConnectionIndex=0;
     m_ActiveServer=null;
     m_LastUDPSourceSearch=DateTime.MinValue;
     m_LastPingUDP=DateTime.MinValue;
     m_NextTCPSourcesSearch=DateTime.MaxValue;
     m_UDPSourceSearchFileIndex=0;
     m_TCPSourceSearchFileIndex=0;
     m_SourceSearchServerIndex=0;
     m_ServerPingUDPIndex=0;
     m_TimesshownUDPClosedMessage=0;
     m_lowIDRetryHelper=new CLowIDRetryHelper();
 }