Base:
method
TryStore
System.Net.Cache.RequestCache.TryStore(System.String, System.Int64, System.DateTime, System.DateTime, System.TimeSpan, System.Collections.Specialized.StringCollection, System.Collections.Specialized.StringCollection, out System.IO.Stream)
1 override of TryStore
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
204internal override bool TryStore(string key, long contentLength, DateTime expiresUtc, DateTime lastModifiedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, out Stream writeStream)
1 reference to TryStore
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
229base.TryStore(key, contentLength, expiresUtc, lastModifiedUtc, maxStale, entryMetadata, systemMetadata, out realWriteStream);