Table of Contents

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

ip string

IP to check

portNumber int

Port to check.

Returns

bool

State if True or False.

PingIp(string)

Pings an IP.

public static bool PingIp(string ip)

Parameters

ip string

IP to ping.

Returns

bool

True or false.