C# Class PortScanner.frmServiceList

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
Protocol string
Service string

Méthodes publiques

Méthode Description
PortArray ( ) : List
ReadText ( ) : void
ReturnService ( int port ) : string
frmServiceList ( ) : System
lookForPort ( int port ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

PortArray() public méthode

public PortArray ( ) : List
Résultat List

ReadText() public méthode

public ReadText ( ) : void
Résultat void

ReturnService() public méthode

public ReturnService ( int port ) : string
port int
Résultat string

frmServiceList() public méthode

public frmServiceList ( ) : System
Résultat System

lookForPort() public méthode

public lookForPort ( int port ) : void
port int
Résultat void

Property Details

Protocol public_oe property

public string Protocol
Résultat string

Service public_oe property

public string Service
Résultat string