Show / Hide Table of Contents

Class JavascriptRequestAsyncHandle

Handler for scraping javascripts asynchronously

Inheritance
System.Object
JavascriptRequestAsyncHandle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BrowseSharp.Javascript
Assembly: BrowseSharp.dll
Syntax
public class JavascriptRequestAsyncHandle

Constructors

| Improve this Doc View Source

JavascriptRequestAsyncHandle(Task<HttpResponseMessage>, Javascript)

Constructor

Declaration
public JavascriptRequestAsyncHandle(Task<HttpResponseMessage> responseAsyncTask, Javascript script)
Parameters
Type Name Description
System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> responseAsyncTask
Javascript script

Properties

| Improve this Doc View Source

ResponseAsyncTask

Task attribute containing asynchronous call task

Declaration
public Task<HttpResponseMessage> ResponseAsyncTask { get; set; }
Property Value
Type Description
System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
| Improve this Doc View Source

Script

Javascript scraped from asynchronous http call

Declaration
public Javascript Script { get; set; }
Property Value
Type Description
Javascript
  • Improve this Doc
  • View Source
Back to top Generated by DocFX