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

◆ RemoveConnection()

void System.Net.HttpConnection.RemoveConnection ( )
inlineprivate

Definition at line 307 of file HttpConnection.cs.

308 {
309 HttpListener httpListener = this.last_listener;
310 if (httpListener != null)
311 {
312 Hashtable connections = httpListener.connections;
313 return;
314 }
315 this.epl.RemoveConnection(this);
316 }
class f__AnonymousType0<< Count > j__TPar
void RemoveConnection(HttpConnection conn)

References System.Net.HttpConnection.epl, j__TPar, System.Net.HttpConnection.last_listener, and System.Net.EndPointListener.RemoveConnection().

Referenced by System.Net.HttpConnection.CloseSocket(), and System.Net.HttpConnection.OnReadInternal().