Click or drag to resize

NetworkParametersNetwork Property

The INetwork instance associated with the handler.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public INetwork Network { get; }

Property Value

Type: INetwork
The INetwork instance associated with the handler.
See Also