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 JavascriptRequestAsyncHandleConstructors
| Improve this Doc View SourceJavascriptRequestAsyncHandle(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 SourceResponseAsyncTask
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> | 
Script
Javascript scraped from asynchronous http call
Declaration
public Javascript Script { get; set; }Property Value
| Type | Description | 
|---|---|
| Javascript |