C# Class FileFind.Meshwork.Destination.IPv6Destination

Inheritance: IPDestination
Afficher le fichier Open project: codebutler/meshwork

Protected Properties

Свойство Type Description
prefixLength int

Méthodes publiques

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

Méthodes protégées

Méthode Description
IPv6Destination ( ) : System

Method Details

CompareTo() public méthode

public CompareTo ( IDestination other ) : int
other IDestination
Résultat int

CreateDestinationInfo() public méthode

public CreateDestinationInfo ( ) : DestinationInfo
Résultat DestinationInfo

IPv6Destination() protected méthode

protected IPv6Destination ( ) : System
Résultat System

IPv6Destination() public méthode

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

Property Details

prefixLength protected_oe property

protected int prefixLength
Résultat int