Class Puppeteer.Response
Inheritance
System.Object
Puppeteer.Response
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public class Response
Properties
error
Declaration
public object error { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
id
Declaration
public int id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
result
Declaration
public object result { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |