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