Table of Contents

Class HttpSourceResult

Namespace
NuGet.Protocol
Assembly
NuGet.Protocol.dll
public class HttpSourceResult : IDisposable
Inheritance
HttpSourceResult
Implements
Inherited Members
Extension Methods

Constructors

HttpSourceResult(HttpSourceResultStatus)

public HttpSourceResult(HttpSourceResultStatus status)

Parameters

status HttpSourceResultStatus

HttpSourceResult(HttpSourceResultStatus, string, Stream)

public HttpSourceResult(HttpSourceResultStatus status, string cacheFileName, Stream stream)

Parameters

status HttpSourceResultStatus
cacheFileName string
stream Stream

Properties

CacheFile

public string CacheFile { get; }

Property Value

string

Status

public HttpSourceResultStatus Status { get; }

Property Value

HttpSourceResultStatus

Stream

public Stream Stream { get; }

Property Value

Stream

Methods

Dispose()

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool