DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Net
INetwork Interface
INetwork Properties
AcceptLanguage Property
AuthenticateHandler Property
CanAccessFileHandler Property
CanGetCookiesHandler Property
CanSetCookieHandler Property
Engine Property
HttpAuthPreferences Property
Profile Property
ReceiveHeadersHandler Property
SendUploadDataHandler Property
SendUrlRequestHandler Property
StartTransactionHandler Property
UserAgent Property
VerifyCertificateHandler Property
INetwork
Engine Property
Gets the
IEngine
instance associated with this object.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
IEngine
Engine
{
get
; }
Property Value
Type:
IEngine
The
IEngine
instance associated with this object.
Exceptions
Exception
Condition
ObjectDisposedException
The
INetwork
object has already been disposed.
See Also
Reference
INetwork Interface
DotNetBrowser.Net Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.