C# Class fCraft.ConfigGUI.MainForm.IRCNetwork

Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

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

Méthodes publiques

Méthode Description
IRCNetwork ( string name, string host ) : System
IRCNetwork ( string name, string host, int port, bool isNonEnglish ) : 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 isNonEnglish ) : System
name string
host string
port int
isNonEnglish bool
Résultat System

Property Details

IsNonEnglish public_oe property

public bool IsNonEnglish
Résultat bool

Name public_oe property

public string Name
Résultat string

Port public_oe property

public int Port
Résultat int