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

◆ GetServicePoint()

ServicePoint System.Net.HttpWebRequest.GetServicePoint ( )
inlinepackage

Definition at line 1103 of file HttpWebRequest.cs.

1104 {
1105 object obj = this.locker;
1106 if (this.hostChanged)
1107 {
1108 global::System.Uri uri = this.actualUri;
1109 IWebProxy webProxy = this.proxy;
1110 ServicePoint servicePoint = ServicePointManager.FindServicePoint(uri, webProxy);
1112 return servicePoint;
1113 }
1115 while (servicePoint2 == null)
1116 {
1117 }
1118 long num = 0L;
1119 if (servicePoint2 != null)
1120 {
1121 Monitor.Exit(obj);
1122 }
1123 if (num == 0L)
1124 {
1125 return this.servicePoint;
1126 }
1127 throw new OutOfMemoryException();
1128 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri actualUri
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.HttpWebRequest.actualUri, System.Threading.Monitor.Exit(), System.Net.ServicePointManager.FindServicePoint(), System.Net.HttpWebRequest.hostChanged, j__TPar, System.L, System.Net.HttpWebRequest.locker, System.obj, System.Net.HttpWebRequest.proxy, and System.Net.HttpWebRequest.servicePoint.