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

◆ HttpConnection() [1/2]

System.Net.HttpConnection.HttpConnection ( global::System::Net::Sockets::Socket sock,
EndPointListener epl,
bool secure,
X509Certificate cert )
inline

Definition at line 17 of file HttpConnection.cs.

18 {
20 this.epl = epl;
22 HttpListener listener = epl.listener;
23 global::System.Net.Security.SslStream sslStream;
24 this.ssl_stream = sslStream;
25 this.stream = sslStream;
26 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Sockets.Socket sock

References System.Net.HttpConnection.cert, System.Net.HttpConnection.epl, j__TPar, System.Net.EndPointListener.listener, and System.Net.HttpConnection.sock.