Метод | Описание | |
---|---|---|
PeerConfigurationModel ( int udpPort, int kademliaPort ) : System |
Constructor that initializes the field with the given values
|
Метод | Описание | |
---|---|---|
NotifyPropertyChanged ( String info ) : void |
Method called when a property has been changed. This method rises the event PropertyChange.
|
public PeerConfigurationModel ( int udpPort, int kademliaPort ) : System | ||
udpPort | int | Transport Protocol UDP port |
kademliaPort | int | Kademlia Layer UDP port |
Результат | System |