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
System.Net.TlsStream Class Reference
+ Inheritance diagram for System.Net.TlsStream:

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
 

Detailed Description

Definition at line 9 of file TlsStream.cs.


The documentation for this class was generated from the following file: