C# Class SharpPcap.Packets.IPPort

IP port utility class.
Inheritance: IPPorts
Mostrar archivo Open project: Zepheus/Fiesta_Utils

Public Properties

Property Type Description
UNKNOWN System.String

Public Methods

Method 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

Method Description
IPPort ( )

Method Details

getDescription() public static method

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

getName() public static method

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

Property Details

UNKNOWN public_oe static_oe property

public static System.String UNKNOWN
return System.String