Method Stop
- Namespace
 - DotNetBrowser.Capture
 
- Assembly
 - DotNetBrowser.dll
 
Stop()
Stops the capture session.
void Stop()
Remarks
This method has no effect when this capture session is already stopped.
Exceptions
- ObjectDisposedException
 The ISession object has already been disposed.
- ConnectionClosedException
 The connection to the Chromium engine is closed.