This is a mirror of official site: http://jasper-net.blogspot.com/

Creating a Port Scanner with C# Windows Forms Application

| Monday, June 14, 2010
This simple application will allows you scan Open port of your PC.And this small application will help to to check the security of your PC.

here we are going to use TCPClient to check whether port is open or not.That means if TCPClient connected with the port then port is Opened.Other wise port is closed.

First We will design the Interface.

Read more: C# PROGRAMMING FOR BEGINNERS

Posted via email from .NET Info

0 comments: