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)
375if (cc.Count > 0 && (tempUsed = cc.TimeStamp(CookieCollection.Stamp.Check)) < oldUsed) 397stamps[itemp] = cc!.TimeStamp(CookieCollection.Stamp.Check); 726cc.TimeStamp(CookieCollection.Stamp.Set);