TeamMentor.UnitTests.TM_Website.TM_QA_Config_Loader_ExtensionMethods.serverOnline C# (CSharp) Method

serverOnline() public static method

public static serverOnline ( this tmQaConfig ) : bool
tmQaConfig this
return bool
        public static bool serverOnline(this TM_QA_Config tmQaConfig)
        {
            return tmQaConfig.serverOnline(tmQaConfig.Url_Target_TM_Site.uri());
        }

Same methods

TM_QA_Config_Loader_ExtensionMethods::serverOnline ( this tmQaConfig, Uri targetServer ) : bool