Click or drag to resize

StartTransactionResponseContinue Method

Creates a StartTransactionResponse that starts the transaction with the original headers.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static StartTransactionResponse Continue()

Return Value

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