DotNetBrowser
1.21.5
|
Provides access to a network level functionality. More...
Inherits IDisposable.
Public Member Functions | |
void | Dispose () |
Dispose object and managed resources. More... | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Dispose object and managed resources. More... | |
Properties | |
ResourceHandler | ResourceHandler [get, set] |
Resource handler that will be invoked every time to ask whether specified resource (HTML, image, JavaScript, CSS file, etc.) should be downloaded from a web server or not. More... | |
NetworkDelegate | NetworkDelegate [get, set] |
Configures the current Browser instance to use new HTTP request/response handler to process all HTTP requests/responses. The NetworkDelegate can be used for intercepting HTTP request/response headers and modifying them on the fly. To reset NetworkDelegate and enable default behavior, pass null to this method. More... | |
CertificateVerifier | CertificateVerifier [get, set] |
Gets or sets custom SSL certificate verifier or null if no custom SSL certificate verifier. By default this property is null, so Chromium default verifier is used. More... | |
string | ServerWhiteList [get, set] |
The comma/semicolon separated HTTP network delegate authorization white list of URLs. By default, network delegate white list is empty. More... | |
string | DelegateWhiteList [get, set] |
The comma/semicolon separated server HTTP authorization white list of URLs. By default, server white list is empty. More... | |
Provides access to a network level functionality.
void DotNetBrowser.NetworkService.Dispose | ( | ) |
Dispose object and managed resources.
|
protectedvirtual |
Dispose object and managed resources.
disposing | True if managed resources should be disposed |
|
getset |
Gets or sets custom SSL certificate verifier or null if no custom SSL certificate verifier. By default this property is null, so Chromium default verifier is used.
|
getset |
The comma/semicolon separated server HTTP authorization white list of URLs. By default, server white list is empty.
|
getset |
Configures the current Browser instance to use new HTTP request/response handler to process all HTTP requests/responses. The NetworkDelegate can be used for intercepting HTTP request/response headers and modifying them on the fly. To reset NetworkDelegate and enable default behavior, pass null to this method.
|
getset |
Resource handler that will be invoked every time to ask whether specified resource (HTML, image, JavaScript, CSS file, etc.) should be downloaded from a web server or not.
|
getset |
The comma/semicolon separated HTTP network delegate authorization white list of URLs. By default, network delegate white list is empty.