Click or drag to resize

ICapture Interface

A service that can be used for listening and handling capturing sessions.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface ICapture

The ICapture type exposes the following members.

Properties
  NameDescription
Public propertySessions
Gets all active capture sessions of the current browser.
Public propertyStartSessionHandler
Gets or sets a handler that is used when the browser is about to start capturing sessions.
Top
Events
  NameDescription
Public eventSessionStarted
Occurs when a capture session is started for this browser instance.
Top
See Also