Class Firewall
- Namespace
- Checker
- Assembly
- Checker.dll
Class for checking the firewall.
public static class Firewall
- Inheritance
-
Firewall
- Inherited Members
Methods
CheckIpAndPort(string, int)
Check if a port on a ip is open.
public static bool CheckIpAndPort(string ip, int portNumber)
Parameters
Returns
- bool
State if True or False.
PingIp(string)
Pings an IP.
public static bool PingIp(string ip)
Parameters
ip
stringIP to ping.
Returns
- bool
True or false.