IProfile Interface |
Namespace: DotNetBrowser.Profile
public interface IProfile : IAutoDisposable
The IProfile type exposes the following members.
Name | Description | |
---|---|---|
CookieStore |
Gets the cookie service that allows managing cookies.
| |
CreditCardStore |
Gets the service that allows working with the credit card store.
| |
Downloads |
Gets the service that allows managing downloads.
| |
Engine |
Gets the IEngine instance associated with this object.
| |
HttpAuthCache |
Gets the HTTP Authentication cache service, which is responsible for storing
HTTP authentication identities and challenge info
| |
HttpCache |
Gets the HTTP cache service.
| |
IsDefault |
Indicates whether this profile is default.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
Name |
Gets the profile name.
| |
Network |
Gets the service that allows working with network.
| |
PasswordStore |
Gets the service that allows working with the password store.
| |
Path |
Gets the profile path.
| |
Permissions |
Gets the service that allows managing permissions.
| |
Plugins |
Gets the service that allows configuring plugins.
| |
Preferences |
Gets the profile preferences.
| |
Proxy |
Gets the service that allows working with proxy.
| |
SpellChecker |
Gets the service that allows working with spell checking functionality.
| |
Type |
Gets the profile type.
| |
UserDataProfileStore |
Gets the service that allows working with the user date profile store.
| |
ZoomLevels |
Gets the service that allows working with zoom.
|
Name | Description | |
---|---|---|
CreateBrowser |
Creates a new IBrowser instance with the initial "about:blank" web page.
|
Name | Description | |
---|---|---|
Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |