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

◆ InternalDefaultWebProxy

IWebProxy System.Net.WebRequest.InternalDefaultWebProxy
staticgetsetpackage

Definition at line 1145 of file WebRequest.cs.

1146 {
1147 get
1148 {
1149 if (!true)
1150 {
1151 }
1152 if (!true)
1153 {
1154 }
1155 object internalSyncObject = WebRequest.InternalSyncObject;
1156 if (!true)
1157 {
1158 }
1159 global::System.Net.Configuration.DefaultProxySectionInternal section = global::System.Net.Configuration.DefaultProxySectionInternal.GetSection();
1160 if (section != null)
1161 {
1162 IWebProxy webProxy = section.webProxy;
1163 }
1164 long num = 0L;
1166 if (num == 0L)
1167 {
1168 }
1169 throw new OutOfMemoryException();
1170 }
1171 set
1172 {
1173 if (!true)
1174 {
1175 }
1176 if (!true)
1177 {
1178 }
1179 }
1180 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

Referenced by System.Net.HttpWebRequest.HttpWebRequest().