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
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
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