MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / LCU

Method LCU

loader/Main/LCU.cs:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 private static readonly HttpClient Http;
18
19 static LCU()
20 {
21 Http = new HttpClient();
22 ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
23 ServicePointManager.ServerCertificateValidationCallback += (a, b, c, d) => true;
24 }
25
26 private static Process[] GetUxProcesses()
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected