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

◆ CanPreAuthenticate

bool System.Net.DigestClient.CanPreAuthenticate
get

Implements System.Net.IAuthenticationModule.

Definition at line 93 of file DigestClient.cs.

94 {
95 get
96 {
97 return true;
98 }
99 }