3 writes to OriginalUrl
System (3)
net\System\Net\Cache\IERequestCache.cs (1)
1031
m_Entry.
OriginalUrl
= null;
net\System\Net\Cache\WinInetCache.cs (2)
326
entry.
OriginalUrl
= GetEntryBufferString(bufferPtr, (int)(bufferPtr->_OffsetSourceUrlName));
427
newEntry.
OriginalUrl
= oldEntry.OriginalUrl;
4 references to OriginalUrl
System (4)
net\System\Net\Cache\WinInetCache.cs (4)
357
if ((s.Length + entry.Key.Length + entry.Filename.Length + (entry.
OriginalUrl
==null? 0: entry.
OriginalUrl
.Length)) > entry.MaxBufferBytes/c_CharSz) {
376
entry.
OriginalUrl
// It's better to not play with redirections
427
newEntry.OriginalUrl = oldEntry.
OriginalUrl
;