withSIX.Play.Core.Games.Legacy.ServerQuery.ServerMapper.GetValueWithFallback C# (CSharp) Method

GetValueWithFallback() static private method

static private GetValueWithFallback ( GamespyServerQueryResult src ) : string
src GamespyServerQueryResult
return string
        static string GetValueWithFallback(GamespyServerQueryResult src, params string[] possibilities) => possibilities.Select(src.GetSettingOrDefault).FirstOrDefault(setting => setting != null);