mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 15:55:58 +03:00
[GH-ISSUE #107] Ping local network #49
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OpenSourceCS on GitHub (May 8, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/107
Adding a feature to ping 192.168.1.1 to 192.168.1.255 (or any other range) would be useful for diagnosis of network problems. The .NET Framework has built in class for pinging.
@bitterypaul commented on GitHub (May 9, 2015):
Is the ping class supported in .NET Framework 2.0?
@rabbitsmith commented on GitHub (May 27, 2015):
yes. ping class is supported in both 2.0 and in 3.5 cp