sockets - ICMP in Windows 10 Universal Apps -


i able icmp network diagnostics windows 10 universal app, including ping, traceroute, etc.

however appear system.net.networkinformation.ping class isn't available store apps , when creating new system.net.sockets.socket protocoltype.icmp not available when try.

all information can find on internet topic relates windows 8.1 apps , want know if new has been added api in windows 10 allow me produce icmp ping, etc.

i've seen suggestions use raw sockets appears these no longer allowed on client versions of windows.

my preferred language c# i'm ok using c++ if gives me advantage.

note: checking network status not sufficient. i'm wanting test connection specific machines on network, want proper icmp ping.

the system.net.networkinformation.ping dot net class wrapper win32 ip helper functions.

uwp apps run in protected environment, , result, many win32, com, , crt api calls might compromise security of platform not allowed.

windows runtime apps , universal windows platform (uwp) apps can use subset of win32 , com apis can call in native app.

unfortunately, win32 ip helper functions not supported in uwp yet.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -