C# Class withSIX.Play.Core.Options.Entries.FavoriteServer

Inheritance: PropertyChangedBase, IServerBla
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
FavoriteServer ( Server server ) : System
Matches ( Server server ) : bool
Update ( Server server ) : void

Private Methods

Method Description
OnDeserialized ( StreamingContext sc ) : void
TryParseIp ( string ipAddress ) : IPAddress

Method Details

FavoriteServer() public method

public FavoriteServer ( Server server ) : System
server Server
return System

Matches() public method

public Matches ( Server server ) : bool
server Server
return bool

Update() public method

public Update ( Server server ) : void
server Server
return void