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
MemoryStreamlastModified
stringabsoluteUrl
UriforceDownload
bool
Properties
AbsoluteUrl
public Uri AbsoluteUrl { get; }
Property Value
- Uri
Content
public MemoryStream Content { get; }
Property Value
ForceDownload
public bool ForceDownload { get; }
Property Value
LastModified
public string LastModified { get; }
Property Value
Methods
Dispose()
public void Dispose()