示例#1
0
 public bool PerformEcho(Int32 AssociatedRouter, bool b5Ghz)
 {
     try
     {
         Helpers.PerformEcho(m_TestInterface.Id, m_LocalIP, m_AssociationConfiguration.ServiceAPChannelAddress, c_EchoPort, c_EchoByteStream);
     }
     catch (Exception e)
     {
         LogError("An error was encountered while testing network connectivity to the AP Server. The interface is assumed to be associated with [" + GetSSID(AssociatedRouter, b5Ghz) + "] during the test.  Error:" + e.Message);
         return(false);
         //Helpers.LogExceptionAndThrowNewException("An exception was encountered while testing network connectivity to the AP Server. The interface is assumed to be associated with "+GetSSID(AssociatedRouter,b5Ghz)+" during the test.",e);
     }
     return(true);
 }