C# Class FileFind.Meshwork.Destination.IPv6Destination

Inheritance: IPDestination
Datei anzeigen Open project: codebutler/meshwork

Protected Properties

Property Type Description
prefixLength int

Public Methods

Method Description
CompareTo ( IDestination other ) : int
CreateDestinationInfo ( ) : DestinationInfo
IPv6Destination ( int prefixLength, IPAddress ip, uint port, bool isOpenExternally ) : System

Protected Methods

Method Description
IPv6Destination ( ) : System

Method Details

CompareTo() public method

public CompareTo ( IDestination other ) : int
other IDestination
return int

CreateDestinationInfo() public method

public CreateDestinationInfo ( ) : DestinationInfo
return DestinationInfo

IPv6Destination() protected method

protected IPv6Destination ( ) : System
return System

IPv6Destination() public method

public IPv6Destination ( int prefixLength, IPAddress ip, uint port, bool isOpenExternally ) : System
prefixLength int
ip System.Net.IPAddress
port uint
isOpenExternally bool
return System

Property Details

prefixLength protected_oe property

protected int prefixLength
return int