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

Inheritance: PropertyChangedBase, IServerBla
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
FavoriteServer ( Server server ) : System
Matches ( Server server ) : bool
Update ( Server server ) : void

Private Methods

Méthode Description
OnDeserialized ( StreamingContext sc ) : void
TryParseIp ( string ipAddress ) : IPAddress

Method Details

FavoriteServer() public méthode

public FavoriteServer ( Server server ) : System
server Server
Résultat System

Matches() public méthode

public Matches ( Server server ) : bool
server Server
Résultat bool

Update() public méthode

public Update ( Server server ) : void
server Server
Résultat void