RequestContextExtensions Methods |
The RequestContextExtensions type exposes the following members.
Name | Description | |
---|---|---|
ClearHttpAuthCredentialsAsync |
Clears all HTTP authentication credentials that were added as part of handling
GetAuthCredentials(IWebBrowser, IBrowser, String, Boolean, String, Int32, String, String, IAuthCallback).
| |
LoadExtensionFromDirectory |
Load an extension from the given directory. To load a crx file you must unzip it first.
For further details see | |
LoadExtensionsFromDirectory |
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 |