C# Class SharpPcap.Packets.IPPort

IP port utility class.
Inheritance: IPPorts
Afficher le fichier Open project: Zepheus/Fiesta_Utils

Méthodes publiques

Свойство Type Description
UNKNOWN System.String

Méthodes publiques

Méthode Description
getDescription ( int port ) : System.String

Fetch a well-known IP port description.

getName ( int port ) : System.String

Fetch a well-known IP port name.

Private Methods

Méthode Description
IPPort ( )

Method Details

getDescription() public static méthode

Fetch a well-known IP port description.
public static getDescription ( int port ) : System.String
port int the port associated with the description. ///
Résultat System.String

getName() public static méthode

Fetch a well-known IP port name.
public static getName ( int port ) : System.String
port int the port associated with the name. ///
Résultat System.String

Property Details

UNKNOWN public_oe static_oe property

public static System.String UNKNOWN
Résultat System.String