Table of Contents

Class WebResource

Namespace
ScrapySharp.Network
Assembly
ScrapySharp.dll
public class WebResource : IDisposable
Inheritance
WebResource
Implements
Inherited Members

Constructors

WebResource(MemoryStream, string, Uri, bool)

public WebResource(MemoryStream content, string lastModified, Uri absoluteUrl, bool forceDownload)

Parameters

content MemoryStream
lastModified string
absoluteUrl Uri
forceDownload bool

Properties

AbsoluteUrl

public Uri AbsoluteUrl { get; }

Property Value

Uri

Content

public MemoryStream Content { get; }

Property Value

MemoryStream

ForceDownload

public bool ForceDownload { get; }

Property Value

bool

LastModified

public string LastModified { get; }

Property Value

string

Methods

Dispose()

public void Dispose()