Method | Description | |
---|---|---|
GetFirewallRule ( string ruleName ) : string |
Get Windows firewall rule
|
|
GetIpAddress ( ) : string |
Run ipconfig.exe and return matching line.
|
|
GetWindowsVersion ( ) : string |
Run simplest shell command and return its output.
|
|
PingUrl ( string url, Action |
Run ping.exe asynchronously and return roundtrip times back to the caller in a callback
|
public static GetFirewallRule ( string ruleName ) : string | ||
ruleName | string | |
return | string |
public static PingUrl ( string url, Action |
||
url | string | |
replyHandler | Action |
|
return | void |