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

◆ SendRequest()

WebOperation System.Net.HttpWebRequest.SendRequest ( bool redirecting,
global::System::Net::BufferOffsetSize writeBuffer,
CancellationToken cancellationToken )
inlineprivate

Definition at line 1201 of file HttpWebRequest.cs.

1202 {
1203 object obj = this.locker;
1205 int num;
1206 if (!this.requestSent || this.currentOperation == null)
1207 {
1208 num = 1;
1209 }
1210 long num2 = 0L;
1211 if (num != 0)
1212 {
1213 Monitor.Exit(obj);
1214 }
1215 if (num2 == 0L)
1216 {
1217 }
1218 throw new OutOfMemoryException();
1219 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11

References System.Net.HttpWebRequest.currentOperation, System.Threading.Monitor.Enter(), System.Threading.Monitor.Exit(), j__TPar, System.L, System.Net.HttpWebRequest.locker, System.obj, and System.Net.HttpWebRequest.requestSent.