Click or drag to resize

INetworkEngine Property

Gets the IEngine instance associated with this object.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEngine Engine { get; }

Property Value

Type: IEngine
The IEngine instance associated with this object.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
See Also