C# Class SessionViewer.Connection

Holds the connection information of the TCP session
Mostrar archivo Open project: woanware/SessionViewer Class Usage Examples

Public Methods

Method 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 method

public Connection ( PcapDotNet packet ) : PcapDotNet.Packets.IpV4
packet PcapDotNet
return PcapDotNet.Packets.IpV4

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string