IPermissions Interface |
Namespace: DotNetBrowser.Permissions
public interface IPermissions : IAutoDisposable
The IPermissions type exposes the following members.
Name | Description | |
---|---|---|
Engine |
Gets the IEngine instance associated with this object.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
Profile |
Gets the IProfile instance associated with this object.
| |
RequestPermissionHandler |
Gets or sets a handler that is used when a web page requests a permission, for example to enable geolocation.
The permission type and the information about the web page can be obtained from the passed request object.
|
Name | Description | |
---|---|---|
Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |