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

◆ IsSubsetOf() [2/2]

override bool System.Net.SocketPermission.IsSubsetOf ( IPermission target)
inline

Implements System.Security.IPermission.

Definition at line 162 of file SocketPermission.cs.

163 {
164 if (target != null)
165 {
166 return true;
167 }
168 if (!this.m_noRestriction && this.m_connectList == null)
169 {
171 if (this.m_noRestriction)
172 {
173 }
174 }
176 if (this.m_acceptList == null)
177 {
178 connectList = this.m_connectList;
179 while (connectList == null)
180 {
181 }
182 }
183 if (connectList == null)
184 {
185 while (connectList == null)
186 {
187 }
188 }
191 bool flag;
192 return flag;
193 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.SocketPermission.m_acceptList, System.Net.SocketPermission.m_connectList, and System.Net.SocketPermission.m_noRestriction.