C# 클래스 SessionViewer.Connection

Holds the connection information of the TCP session
파일 보기 프로젝트 열기: woanware/SessionViewer 1 사용 예제들

공개 메소드들

메소드 설명
Connection ( PcapDotNet packet ) : PcapDotNet.Packets.IpV4

Equals ( object obj ) : bool

Overrided in order to catch both sides of the connection with the same connection object

GetHashCode ( ) : int

GetName ( ) : string

메소드 상세

Connection() 공개 메소드

public Connection ( PcapDotNet packet ) : PcapDotNet.Packets.IpV4
packet PcapDotNet
리턴 PcapDotNet.Packets.IpV4

Equals() 공개 메소드

Overrided in order to catch both sides of the connection with the same connection object
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetName() 공개 메소드

public GetName ( ) : string
리턴 string