C# Class ConfigTool.ConfigUI.IRCNetwork

Afficher le fichier Open project: fragmer/fCraft

Méthodes publiques

Свойство Type Description
Host string
Name string
NonEnglish bool
Port int

Méthodes publiques

Méthode Description
IRCNetwork ( string _name, string _host ) : System
IRCNetwork ( string _name, string _host, int _port, bool _nonEnglish ) : System

Method Details

IRCNetwork() public méthode

public IRCNetwork ( string _name, string _host ) : System
_name string
_host string
Résultat System

IRCNetwork() public méthode

public IRCNetwork ( string _name, string _host, int _port, bool _nonEnglish ) : System
_name string
_host string
_port int
_nonEnglish bool
Résultat System

Property Details

Host public_oe property

public string Host
Résultat string

Name public_oe property

public string Name
Résultat string

NonEnglish public_oe property

public bool NonEnglish
Résultat bool

Port public_oe property

public int Port
Résultat int