terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
TlsStream (global::System.Net.Sockets.NetworkStream stream, global::System.Net.Sockets.Socket socket, string host, global::System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates) | |
void | AuthenticateAsClient () |
IAsyncResult | BeginAuthenticateAsClient (AsyncCallback asyncCallback, object state) |
void | EndAuthenticateAsClient (IAsyncResult asyncResult) |
override IAsyncResult | BeginWrite (byte[] buffer, int offset, int size, AsyncCallback callback, object state) |
override void | EndWrite (IAsyncResult result) |
override void | Write (byte[] buffer, int offset, int size) |
override int | Read (byte[] buffer, int offset, int size) |
override IAsyncResult | BeginRead (byte[] buffer, int offset, int count, AsyncCallback callback, object state) |
override int | EndRead (IAsyncResult asyncResult) |
override void | Close () |
Private Attributes | |
global::System.Net.Security.SslStream | _sslStream |
string | _host |
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection | _clientCertificates |
Definition at line 9 of file TlsStream.cs.