9 references to Stamp
System (9)
net\System\Net\cookiecollection.cs (5)
171internal DateTime TimeStamp(Stamp how) { 173case Stamp.Set: 176case Stamp.SetToMaxUsed: 179case Stamp.SetToUnused: 182case Stamp.Check:
net\System\Net\cookiecontainer.cs (4)
417if (cc.Count > 0 && (tempUsed = cc.TimeStamp(CookieCollection.Stamp.Check)) < oldUsed) { 435stamps.SetValue(cc.TimeStamp(CookieCollection.Stamp.Check), itemp); 778cc.TimeStamp(CookieCollection.Stamp.Set); 795cc.TimeStamp(CookieCollection.Stamp.Set);