Base:
method
TryStore
Microsoft.Win32.WinInetCache.TryStore(System.String, System.Int64, System.DateTime, System.DateTime, System.TimeSpan, System.Collections.Specialized.StringCollection, System.Collections.Specialized.StringCollection, out System.IO.Stream)
1 reference to TryStore
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
141if (!TryStore(key, contentLength, expiresUtc, lastModifiedUtc, maxStale, entryMetadata, systemMetadata, out result))