8 references to Stamp
System.Net.Primitives (8)
System\Net\CookieCollection.cs (5)
155internal DateTime TimeStamp(Stamp how) 159case Stamp.Set: 162case Stamp.SetToMaxUsed: 165case Stamp.SetToUnused: 168case Stamp.Check:
System\Net\CookieContainer.cs (3)
413if (cc.Count > 0 && (tempUsed = cc.TimeStamp(CookieCollection.Stamp.Check)) < oldUsed) 435stamps[itemp] = cc!.TimeStamp(CookieCollection.Stamp.Check); 888cc.TimeStamp(CookieCollection.Stamp.Set);