| INetworkAuthenticateHandler Property | 
Namespace: DotNetBrowser.Net
 Syntax
SyntaxIHandler<AuthenticateParameters, AuthenticateResponse> AuthenticateHandler { get; set; }
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ObjectDisposedException | The INetwork object has already been disposed. | 
 Remarks
RemarksUse 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.
 See Also
See Also