Method | Description | |
---|---|---|
Connect ( string addresslist, int port ) : void |
Connects to the specified server and port, when the connection fails the next server in the list will be used.
|
|
Disconnect ( ) : void |
Disconnects from the server
|
|
IrcConnection ( ) : System |
Initializes the message queues, read and write thread
|
|
Listen ( ) : void |
|
|
Listen ( bool blocking ) : void |
|
|
ListenOnce ( ) : void |
|
|
ListenOnce ( bool blocking ) : void |
|
|
ReadLine ( bool blocking ) : string |
|
|
Reconnect ( ) : void |
Reconnects to the server
|
|
WriteLine ( string data ) : void |
|
|
WriteLine ( string data, Priority priority ) : void |
|
Method | Description | |
---|---|---|
NextAddress ( ) : void | ||
SimpleParser ( object sender, |
||
_OnConnectionError ( object sender, |
||
_WriteLine ( string data ) : bool |
public Connect ( string addresslist, int port ) : void | ||
addresslist | string | List of servers to connect to |
port | int | Portnumber to connect to |
return | void |
public WriteLine ( string data, Priority priority ) : void | ||
data | string | |
priority | Priority | |
return | void |