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