C# Class ChatterBox.Client.Presentation.Shared.ViewModels.IceServerViewModel

Inheritance: BindableBase
Show file Open project: openpeer/ChatterBox Class Usage Examples

Protected Properties

Property Type Description
_url string

Public Methods

Method Description
Apply ( ) : bool
IceServerViewModel ( IceServer iceServer ) : ChatterBox.Client.Common.Settings

Method Details

Apply() public method

public Apply ( ) : bool
return bool

IceServerViewModel() public method

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

Property Details

_url protected property

protected string _url
return string