C# Class SessionViewer.Connection

Holds the connection information of the TCP session
Afficher le fichier Open project: woanware/SessionViewer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Connection() public méthode

public Connection ( PcapDotNet packet ) : PcapDotNet.Packets.IpV4
packet PcapDotNet
Résultat PcapDotNet.Packets.IpV4

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : string
Résultat string