C# Класс wpf_player.PeerConfigurationModel

This class implements the ViewModel in the MVVM pattern. This relais data from the Peer to the configuration windows and allows user to update this configuration
Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PeerConfigurationModel() публичный Метод

Constructor that initializes the field with the given values
public PeerConfigurationModel ( int udpPort, int kademliaPort ) : System
udpPort int Transport Protocol UDP port
kademliaPort int Kademlia Layer UDP port
Результат System