INetworkAuthenticateHandler Property |
Namespace: DotNetBrowser.Net
IHandler<AuthenticateParameters, AuthenticateResponse> AuthenticateHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INetwork object has already been disposed. |
Use the Continue(String, String) method to continue authentication process.
Use the Cancel method to cancel authentication process.
If exception occurs inside the handler, the default behavior will be applied - the Cancel method will be used.