C# Class ModServer.ClientContainer

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: tyandjel94/RowanParkingPassApp

Méthodes publiques

Свойство Type Description
details bool
isMobile bool
mobileWords string[]

Méthodes publiques

Méthode Description
ClientContainer ( TcpClient client, String language = "UNKNOWN", String os = "UNKNOWN" ) : System
ToString ( ) : String
getClient ( ) : TcpClient
getLanguage ( ) : String
getOS ( ) : OS
parseLanguage ( String language ) : bool
parseOS ( String os ) : bool
setLanguage ( System.Language language ) : void
setOS ( OS os ) : void

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( String info ) : void

Method Details

ClientContainer() public méthode

public ClientContainer ( TcpClient client, String language = "UNKNOWN", String os = "UNKNOWN" ) : System
client System.Net.Sockets.TcpClient
language String
os String
Résultat System

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( String info ) : void
info String
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

getClient() public méthode

public getClient ( ) : TcpClient
Résultat System.Net.Sockets.TcpClient

getLanguage() public méthode

public getLanguage ( ) : String
Résultat String

getOS() public méthode

public getOS ( ) : OS
Résultat OS

parseLanguage() public méthode

public parseLanguage ( String language ) : bool
language String
Résultat bool

parseOS() public méthode

public parseOS ( String os ) : bool
os String
Résultat bool

setLanguage() public méthode

public setLanguage ( System.Language language ) : void
language System.Language
Résultat void

setOS() public méthode

public setOS ( OS os ) : void
os OS
Résultat void

Property Details

details public_oe property

public bool details
Résultat bool

isMobile public_oe property

public bool isMobile
Résultat bool

mobileWords public_oe static_oe property

public static string[] mobileWords
Résultat string[]