Rated 3 Stars (out of 5) - Most interest
↧
Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (oct 16, 2014)
↧
Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (Jan 28, 2015)
Rated 5 Stars (out of 5) - safdsdfsd safsdgserewr asf
↧
↧
Reviewed: Network Monitor Parsers 3.4.2978 in MS Connect (nov 25, 2015)
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]
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;
});
}
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)
Rated 5 Stars (out of 5) - Need to download
↧
↧