C# 클래스 ModServer.ClientContainer

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: tyandjel94/RowanParkingPassApp

공개 프로퍼티들

프로퍼티 타입 설명
details bool
isMobile bool
mobileWords string[]

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( String info ) : void

메소드 상세

ClientContainer() 공개 메소드

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

NotifyPropertyChanged() 보호된 메소드

protected NotifyPropertyChanged ( String info ) : void
info String
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getClient() 공개 메소드

public getClient ( ) : TcpClient
리턴 System.Net.Sockets.TcpClient

getLanguage() 공개 메소드

public getLanguage ( ) : String
리턴 String

getOS() 공개 메소드

public getOS ( ) : OS
리턴 OS

parseLanguage() 공개 메소드

public parseLanguage ( String language ) : bool
language String
리턴 bool

parseOS() 공개 메소드

public parseOS ( String os ) : bool
os String
리턴 bool

setLanguage() 공개 메소드

public setLanguage ( System.Language language ) : void
language System.Language
리턴 void

setOS() 공개 메소드

public setOS ( OS os ) : void
os OS
리턴 void

프로퍼티 상세

details 공개적으로 프로퍼티

public bool details
리턴 bool

isMobile 공개적으로 프로퍼티

public bool isMobile
리턴 bool

mobileWords 공개적으로 정적으로 프로퍼티

public static string[] mobileWords
리턴 string[]