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

◆ AuthenticateAsClient()

void System.Net.TlsStream.AuthenticateAsClient ( )
inline

Definition at line 24 of file TlsStream.cs.

25 {
26 global::System.Net.Security.SslStream sslStream = this._sslStream;
27 string host = this._host;
28 global::System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates = this._clientCertificates;
29 if (!true)
30 {
31 }
32 if (!true)
33 {
34 }
35 if (!true)
36 {
37 }
38 }
class f__AnonymousType0<< Count > j__TPar
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection _clientCertificates
Definition TlsStream.cs:198
global::System.Net.Security.SslStream _sslStream
Definition TlsStream.cs:192

References System.Net.TlsStream._clientCertificates, System.Net.TlsStream._host, System.Net.TlsStream._sslStream, and j__TPar.