Quantcast
Channel: Network Monitor Open Source Parsers
Viewing all 45 articles
Browse latest View live

Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (oct 16, 2014)

$
0
0
Rated 3 Stars (out of 5) - Most interest

Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (Jan 28, 2015)

$
0
0
Rated 5 Stars (out of 5) - safdsdfsd safsdgserewr asf

Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (nov 25, 2015)

$
0
0
Rated 1 Stars (out of 5) - practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes practice and to be the best , inside the many many tryes v

Created Unassigned: Validate network connectivity [13489]

$
0
0
Hi , fix validated issue , if Device not connected to wifi internet it will be
System.InvalidOperationException
the validate issue here
Ip = _activeAdapter?.IpAddress.ToString();

_activeAdapter?.DownloadCurrent.Select(ConvertUnit).Subscribe(x =>
{
DownloadSpeed = x.Item1;
DownloadSpeedUnit = x.Item2;
});

_activeAdapter?.UploadCurrent.Select(ConvertUnit).Subscribe(x =>
{
UploadSpeed = x.Item1;
UploadSpeedUnit = x.Item2;
});

_activeAdapter?.DownloadTotal.Select(ConvertUnit).Subscribe(x =>
{
DownloadTotal = x.Item1;
DownloadTotalUnit = x.Item2;
});

_activeAdapter?.UploadTotal.Select(ConvertUnit).Subscribe(x =>
{
UploadTotal = x.Item1;
UploadTotalUnit = x.Item2;
});
it is because _networkAdapterList not valid
so change you code to
_networkAdapterList = AdapterFacade.GetNetworkAdapters();
bool isValid = _networkAdapterList.Any();
if (isValid) {
_activeAdapter = _networkAdapterList?.First();

Ip = _activeAdapter?.IpAddress.ToString();

_activeAdapter?.DownloadCurrent.Select(ConvertUnit).Subscribe(x =>
{
DownloadSpeed = x.Item1;
DownloadSpeedUnit = x.Item2;
});

_activeAdapter?.UploadCurrent.Select(ConvertUnit).Subscribe(x =>
{
UploadSpeed = x.Item1;
UploadSpeedUnit = x.Item2;
});

_activeAdapter?.DownloadTotal.Select(ConvertUnit).Subscribe(x =>
{
DownloadTotal = x.Item1;
DownloadTotalUnit = x.Item2;
});

_activeAdapter?.UploadTotal.Select(ConvertUnit).Subscribe(x =>
{
UploadTotal = x.Item1;
UploadTotalUnit = x.Item2;
});

}

Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (七月 18, 2017)

$
0
0
Rated 5 Stars (out of 5) - Need to download
Viewing all 45 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>