Click or drag to resize

StartSessionResponseCancel Method

Creates a StartSessionResponse that notifies the browser that the capture session request should be canceled.

Namespace:  DotNetBrowser.Capture.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static StartSessionResponse Cancel()

Return Value

Type: StartSessionResponse
The StartSessionResponse instance that can be used as a return value in StartSessionHandler implementation.
See Also