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

◆ SendError() [1/2]

void System.Net.HttpConnection.SendError ( )
inline

Definition at line 414 of file HttpConnection.cs.

415 {
416 HttpListenerContext httpListenerContext = this.context;
417 string error = httpListenerContext.error;
418 int err_status = httpListenerContext.err_status;
419 this.SendError(error, err_status);
420 }
class f__AnonymousType0<< Count > j__TPar
HttpListenerContext context

References System.Net.HttpConnection.context, System.Net.HttpListenerContext.error, j__TPar, and System.Net.HttpConnection.SendError().

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