C# Class Common.NetworkSettings

Inheritance: MonoBehaviour
Afficher le fichier Open project: gamemachine/gamemachine

Méthodes publiques

Свойство Type Description
authtoken int
character Common.Character
hostname string
httpHost string
httpPort int
httpUseSSL bool
instance NetworkSettings
loggedIn bool
password string
showClientStats bool
tcpPort int
udpPort int
username string

Méthodes publiques

Méthode Description
BaseUri ( ) : string
sameAddress ( string address1, string address2 ) : bool

Private Methods

Méthode Description
Awake ( ) : void

Method Details

BaseUri() public méthode

public BaseUri ( ) : string
Résultat string

sameAddress() public méthode

public sameAddress ( string address1, string address2 ) : bool
address1 string
address2 string
Résultat bool

Property Details

authtoken public_oe property

public int authtoken
Résultat int

character public_oe property

public Character,Common character
Résultat Common.Character

hostname public_oe property

public string hostname
Résultat string

httpHost public_oe property

public string httpHost
Résultat string

httpPort public_oe property

public int httpPort
Résultat int

httpUseSSL public_oe property

public bool httpUseSSL
Résultat bool

instance public_oe static_oe property

public static NetworkSettings,Common instance
Résultat NetworkSettings

loggedIn public_oe property

public bool loggedIn
Résultat bool

password public_oe property

public string password
Résultat string

showClientStats public_oe property

public bool showClientStats
Résultat bool

tcpPort public_oe property

public int tcpPort
Résultat int

udpPort public_oe property

public int udpPort
Résultat int

username public_oe property

public string username
Résultat string