Table of Contents

Class HttpCacheResult

Namespace
NuGet.Protocol
Assembly
NuGet.Protocol.dll
public class HttpCacheResult
Inheritance
HttpCacheResult
Inherited Members
Extension Methods

Constructors

HttpCacheResult(TimeSpan, string, string)

public HttpCacheResult(TimeSpan maxAge, string newFile, string cacheFule)

Parameters

maxAge TimeSpan
newFile string
cacheFule string

Properties

CacheFile

public string CacheFile { get; }

Property Value

string

MaxAge

public TimeSpan MaxAge { get; }

Property Value

TimeSpan

NewFile

public string NewFile { get; }

Property Value

string

Stream

public Stream Stream { get; set; }

Property Value

Stream