Click or drag to resize

IProfile Interface

The Chromium profile.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IProfile : IAutoDisposable

The IProfile type exposes the following members.

Properties
  NameDescription
Public propertyCookieStore
Gets the cookie service that allows managing cookies.
Public propertyCreditCardStore
Gets the service that allows working with the credit card store.
Public propertyDownloads
Gets the service that allows managing downloads.
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyHttpCache
Gets the HTTP cache service.
Public propertyIsDefault
Indicates whether this profile is default.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyName
Gets the profile name.
Public propertyNetwork
Gets the service that allows working with network.
Public propertyPasswordStore
Gets the service that allows working with the password store.
Public propertyPath
Gets the profile path.
Public propertyPermissions
Gets the service that allows managing permissions.
Public propertyPlugins
Gets the service that allows configuring plugins.
Public propertyPreferences
Gets the profile preferences.
Public propertyProxy
Gets the service that allows working with proxy.
Public propertySpellChecker
Gets the service that allows working with spell checking functionality.
Public propertyType
Gets the profile type.
Public propertyUserDataProfileStore
Gets the service that allows working with the user date profile store.
Public propertyZoomLevels
Gets the service that allows working with zoom.
Top
Methods
  NameDescription
Public methodCreateBrowser
Creates a new IBrowser instance with the initial "about:blank" web page.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also