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
{
459
object
serverCertificateOrBytes
= this.
m_ServerCertificateOrBytes
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Net.ServicePoint.m_ServerCertificateOrBytes
object m_ServerCertificateOrBytes
Definition
ServicePoint.cs:601
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
System
Net
ServicePoint
Generated by
1.10.0