Click or drag to resize

INetworkStartTransactionHandler Property

Gets or sets a handler that is used when the request is about to start the transaction process. It allows adding, modifying, and deleting HTTP request headers.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IHandler<StartTransactionParameters, StartTransactionResponse> StartTransactionHandler { get; set; }

Property Value

Type: IHandlerStartTransactionParameters, StartTransactionResponse
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
Remarks
See Also