C# Class ModServer.ClientContainer

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: tyandjel94/RowanParkingPassApp

Public Properties

Property Type Description
details bool
isMobile bool
mobileWords string[]

Public Methods

Method 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

Protected Methods

Method Description
NotifyPropertyChanged ( String info ) : void

Method Details

ClientContainer() public method

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

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( String info ) : void
info String
return void

ToString() public method

public ToString ( ) : String
return String

getClient() public method

public getClient ( ) : TcpClient
return System.Net.Sockets.TcpClient

getLanguage() public method

public getLanguage ( ) : String
return String

getOS() public method

public getOS ( ) : OS
return OS

parseLanguage() public method

public parseLanguage ( String language ) : bool
language String
return bool

parseOS() public method

public parseOS ( String os ) : bool
os String
return bool

setLanguage() public method

public setLanguage ( System.Language language ) : void
language System.Language
return void

setOS() public method

public setOS ( OS os ) : void
os OS
return void

Property Details

details public_oe property

public bool details
return bool

isMobile public_oe property

public bool isMobile
return bool

mobileWords public_oe static_oe property

public static string[] mobileWords
return string[]