terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ByteArrayHasPrefix()

static bool System.Net.WebClient.ByteArrayHasPrefix ( byte[] prefix,
byte[] byteArray )
inlinestaticprivate

Definition at line 1353 of file WebClient.cs.

1354 {
1355 while (prefix == null)
1356 {
1357 }
1358 }