INetworkReceiveHeadersHandler Property |
Namespace: DotNetBrowser.Net
IHandler<ReceiveHeadersParameters, ReceiveHeadersResponse> ReceiveHeadersHandler { 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 without modifications.
If exception occurs inside the handler, the default behavior will be applied - the Continue method will be used.