Click or drag to resize

ISession Interface

A content capture session.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface ISession : IDisposable, 
	IAutoDisposable

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyIsActive
Indicates whether this capture session is active.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertySource
Gets the Source instance for this capture session.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodStop
Stops the capture session.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Public eventStopped
Occurs when the browser has stopped a content capture session.
Top
See Also