NetworkStatus.LinkBandwidth Property |
Gets or sets the link bandwidth of the network interface. In bits per second.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic long LinkBandwidth { get; set; }
Public Property LinkBandwidth As Long
Get
Set
Property Value
Type:
Int64The link speed.
See Also