Class Installation
A static class providing configurationand licensing of IronWebScraper
Inheritance
System.Object
Installation
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronWebScraper
Assembly: IronWebScraper.dll
Syntax
public static class Installation
Properties
IsLicensed
Determines whether this instance of IronWebScraper is Licensed. Will return false unless a LicenseKey is set to a valid trial or full license key in IronWebScraper.Installation.LicenseKey, Web.Config , App.Config or appsettings.json in .Net Core.
Declaration
public static bool IsLicensed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LicenseKey
Removes watermarks. Get Licensed at https://ironsoftware.com
Declaration
public static string LicenseKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)