ISession Interface |
Namespace: DotNetBrowser.Capture
public interface ISession : IDisposable, IAutoDisposable
The ISession type exposes the following members.
Name | Description | |
---|---|---|
IsActive |
Indicates whether this capture session is active.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
Source |
Gets the Source instance for this capture session.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Stop |
Stops the capture session.
|
Name | Description | |
---|---|---|
Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) | |
Stopped |
Occurs when the browser has stopped a content capture session.
|