INetworkCanAccessFileHandler Property |
Namespace: DotNetBrowser.Net
IHandler<CanAccessFileParameters, CanAccessFileResponse> CanAccessFileHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INetwork object has already been disposed. |
Use the Can method to allow access to the file.
Use the Cannot method to disallow access to the file.
If exception occurs inside the handler, the default behavior will be applied - the Can method will be used.