C# Class BitSharp.Network.Domain.NetworkAddressKey

Show file Open project: pmlyon/BitSharp

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NetworkAddressKey ( ImmutableArray IPv6Address, UInt16 Port ) : BitSharp.Common

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NetworkAddressKey() public method

public NetworkAddressKey ( ImmutableArray IPv6Address, UInt16 Port ) : BitSharp.Common
IPv6Address ImmutableArray
Port System.UInt16
return BitSharp.Common