C# Class PortScanner.frmServiceList

Datei anzeigen Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
Protocol string
Service string

Public Methods

Method Description
PortArray ( ) : List
ReadText ( ) : void
ReturnService ( int port ) : string
frmServiceList ( ) : System
lookForPort ( int port ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PortArray() public method

public PortArray ( ) : List
return List

ReadText() public method

public ReadText ( ) : void
return void

ReturnService() public method

public ReturnService ( int port ) : string
port int
return string

frmServiceList() public method

public frmServiceList ( ) : System
return System

lookForPort() public method

public lookForPort ( int port ) : void
port int
return void

Property Details

Protocol public_oe property

public string Protocol
return string

Service public_oe property

public string Service
return string