Table of Contents

Interface IPermissionHelper

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

An interface for getting permissions of the running application

public interface IPermissionHelper

Methods

GetIsDnsAvailable()

Checks to see if DNS information is available to the caller

bool GetIsDnsAvailable()

Returns

bool

GetIsRegistryAvailable()

Checks to see if Registry access is available to the caller

bool GetIsRegistryAvailable()

Returns

bool