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

◆ ClientCertificate

X509Certificate System.Net.ServicePoint.ClientCertificate
get

Definition at line 486 of file ServicePoint.cs.

487 {
488 get
489 {
491 if (clientCertificateOrBytes != null)
492 {
493 Type type;
494 bool flag = clientCertificateOrBytes.GetType() == type;
495 if (clientCertificateOrBytes != null)
496 {
497 throw new InvalidCastException();
498 }
499 }
500 throw new InvalidCastException();
501 }
502 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287