C# Class FileFind.Meshwork.Destination.IPDestination

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

Protected Properties

Свойство Type Description
ip System.Net.IPAddress
port uint

Méthodes publiques

Méthode Description
IPDestination ( IPAddress ip, uint port, bool isOpenExternally ) : System

Méthodes protégées

Méthode Description
IPDestination ( ) : System

Method Details

IPDestination() protected méthode

protected IPDestination ( ) : System
Résultat System

IPDestination() public méthode

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

Property Details

ip protected_oe property

protected IPAddress,System.Net ip
Résultat System.Net.IPAddress

port protected_oe property

protected uint port
Résultat uint