Click or drag to resize

INetworkRedirectResponseCodeReceived Event

Occurs when the redirect has been occured.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<RedirectResponseCodeReceivedEventArgs> RedirectResponseCodeReceived

Value

Type: SystemEventHandlerRedirectResponseCodeReceivedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
See Also