Click or drag to resize

RequestContextExtensions Methods

Version 81.3.100

The RequestContextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearHttpAuthCredentialsAsync
Clears all HTTP authentication credentials that were added as part of handling GetAuthCredentials(IWebBrowser, IBrowser, String, Boolean, String, Int32, String, String, IAuthCallback).
Public methodStatic memberLoadExtensionFromDirectory
Load an extension from the given directory. To load a crx file you must unzip it first. For further details see
Public methodStatic memberLoadExtensionsFromDirectory
Load extension(s) from the given directory. This methods obtains all the sub directories of rootDirectory and calls LoadExtension(String, String, IExtensionHandler) if manifest.json is found in the sub folder. To load crx file(s) you must unzip them first. For further details see
Top
See Also