C# 클래스 ChatterBox.Client.Presentation.Shared.ViewModels.IceServerViewModel

상속: BindableBase
파일 보기 프로젝트 열기: openpeer/ChatterBox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_url string

공개 메소드들

메소드 설명
Apply ( ) : bool
IceServerViewModel ( IceServer iceServer ) : ChatterBox.Client.Common.Settings

메소드 상세

Apply() 공개 메소드

public Apply ( ) : bool
리턴 bool

IceServerViewModel() 공개 메소드

public IceServerViewModel ( IceServer iceServer ) : ChatterBox.Client.Common.Settings
iceServer ChatterBox.Client.Common.Settings.IceServer
리턴 ChatterBox.Client.Common.Settings

프로퍼티 상세

_url 보호되어 있는 프로퍼티

protected string _url
리턴 string