C# Class Bot.Core.ServerDescriptor

Afficher le fichier Open project: Crobol/Bot Class Usage Examples

Méthodes publiques

Méthode Description
ServerDescriptor ( string host, int port, bool useSsl, IList channels, string nick = "" ) : System
ServerDescriptor ( string host, int port = 6667, bool useSsl = false, string nick = "" ) : System

Method Details

ServerDescriptor() public méthode

public ServerDescriptor ( string host, int port, bool useSsl, IList channels, string nick = "" ) : System
host string
port int
useSsl bool
channels IList
nick string
Résultat System

ServerDescriptor() public méthode

public ServerDescriptor ( string host, int port = 6667, bool useSsl = false, string nick = "" ) : System
host string
port int
useSsl bool
nick string
Résultat System