C# 클래스 SharpPcap.Packets.IPPort

IP port utility class.
상속: IPPorts
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 프로퍼티들

프로퍼티 타입 설명
UNKNOWN System.String

공개 메소드들

메소드 설명
getDescription ( int port ) : System.String

Fetch a well-known IP port description.

getName ( int port ) : System.String

Fetch a well-known IP port name.

비공개 메소드들

메소드 설명
IPPort ( )

메소드 상세

getDescription() 공개 정적인 메소드

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

getName() 공개 정적인 메소드

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

프로퍼티 상세

UNKNOWN 공개적으로 정적으로 프로퍼티

public static System.String UNKNOWN
리턴 System.String