C# Class Bot.Core.ServerDescriptor

Datei anzeigen Open project: Crobol/Bot Class Usage Examples

Public Methods

Method 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 method

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

ServerDescriptor() public method

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