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

◆ TlsStream()

System.Net.TlsStream.TlsStream ( global::System::Net::Sockets::NetworkStream stream,
global::System::Net::Sockets::Socket socket,
string host,
global::System::Security::Cryptography::X509Certificates::X509CertificateCollection clientCertificates )
inline

Definition at line 12 of file TlsStream.cs.

13 : base(socket)
14 {
15 if (!true)
16 {
17 }
18 global::System.Net.Security.RemoteCertificateValidationCallback serverCertificateValidationCallback = ServicePointManager.ServerCertificateValidationCallback;
19 this._host = host;
21 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Net.ServicePointManager.ServerCertificateValidationCallback.