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

◆ Certificate

X509Certificate System.Net.ServicePoint.Certificate
get

Definition at line 455 of file ServicePoint.cs.

456 {
457 get
458 {
460 if (serverCertificateOrBytes != null)
461 {
462 Type type;
463 bool flag = serverCertificateOrBytes.GetType() == type;
464 if (serverCertificateOrBytes != null)
465 {
466 throw new InvalidCastException();
467 }
468 }
469 throw new InvalidCastException();
470 }
471 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287