INetworkStartTransactionHandler Property |
Namespace: DotNetBrowser.Net
IHandler<StartTransactionParameters, StartTransactionResponse> StartTransactionHandler { get; set; }
| Exception | Condition |
|---|---|
| ObjectDisposedException | The INetwork object has already been disposed. |
Use the OverrideHeaders(IEnumerableHttpHeader) method to override headers.
Use the Continue method to continue with original headers.
If exception occurs inside the handler, the default behavior will be applied - the Continue method will be used.