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

◆ Expired

bool System.Net.Cookie.Expired
getset

Definition at line 171 of file Cookie.cs.

172 {
173 get
174 {
175 int num = 1;
177 if (num == 0)
178 {
179 }
181 DateTime dateTime;
182 return dateTime <= now;
183 }
184 set
185 {
188 }
189 }
class f__AnonymousType0<< Count > j__TPar
static DateTime Now
Definition DateTime.cs:530

Referenced by System.Net.CookieContainer.ExpireCollection(), and System.Net.CookieContainer.MergeUpdateCollections().