2024年3月11日发(作者:)

private static bool IsSupportExperimentalQuicProtocol(string key)

{

RegistryKey rk = null;

try

{

using (rk = bKey(key, false))

{

int r = 0;

try

{

object v = ue("QuicAllowed");

r = 32(v);

}

catch (Exception)

{

return true;

}

return r != 0;

}

}

catch (Exception)

{

return true;

}

}