Свойство | Тип | Описание | |
---|---|---|---|
NewNick | bool |
Метод | Описание | |
---|---|---|
Connect ( bool nick = false ) : void |
Kapcsolódás az IRC kiszolgálóhoz.
|
|
DisConnect ( ) : void |
Lekapcsolódás az IRC koszolgálótól.
|
|
GetIrcMethodMap ( ) : IrcMethod>.Dictionary |
||
Initialize ( ) : void | ||
InitializeOpcodesAndPing ( ) : void | ||
IrcRegisterHandler ( ReplyCode code, IRCDelegate method ) : void | ||
IrcRegisterHandler ( int code, IRCDelegate method ) : void | ||
IrcRegisterHandler ( string code, IRCDelegate method ) : void | ||
IrcRemoveHandler ( ReplyCode code ) : void | ||
IrcRemoveHandler ( ReplyCode code, IRCDelegate method ) : void | ||
IrcRemoveHandler ( int code ) : void | ||
IrcRemoveHandler ( int code, IRCDelegate method ) : void | ||
IrcRemoveHandler ( string code ) : void | ||
IrcRemoveHandler ( string code, IRCDelegate method ) : void | ||
IsConnected ( ) : bool | ||
Network ( ) : System | ||
Network ( string Server ) : System | ||
Network ( string Server, int Port ) : System | ||
Network ( string ServerName, int ServerId, string Server, int Port ) : System | ||
ReConnect ( ) : void |
Visszakapcsolódás az IRC kiszolgálóhoz.
|
|
SetConnectionType ( ConnectionType ctype ) : void |
Метод | Описание | |
---|---|---|
AutoPing ( ) : void |
Pingeli az IRC szervert 30 másodpercenként.
|
|
Close ( ) : void | ||
Connection ( bool nick = false ) : void | ||
HandleIrcCommand ( string message ) : void | ||
HandleOpcodesTimer ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
InitHandler ( ) : void | ||
InitializeStream ( Stream stream ) : void | ||
IrcProcessMethods ( IEnumerable |
||
Opcodes ( ) : void |
Ez a függvény kezeli azt IRC adatai és az opcedes-eket. Opcodes: Az IRC-ről jövő funkciók, kódok. |
public GetIrcMethodMap ( ) : IrcMethod>.Dictionary |
||
Результат | IrcMethod>.Dictionary |
public InitializeOpcodesAndPing ( ) : void | ||
Результат | void |
public IrcRegisterHandler ( ReplyCode code, IRCDelegate method ) : void | ||
code | ReplyCode | |
method | IRCDelegate | |
Результат | void |
public IrcRegisterHandler ( int code, IRCDelegate method ) : void | ||
code | int | |
method | IRCDelegate | |
Результат | void |
public IrcRegisterHandler ( string code, IRCDelegate method ) : void | ||
code | string | |
method | IRCDelegate | |
Результат | void |
public IrcRemoveHandler ( ReplyCode code ) : void | ||
code | ReplyCode | |
Результат | void |
public IrcRemoveHandler ( ReplyCode code, IRCDelegate method ) : void | ||
code | ReplyCode | |
method | IRCDelegate | |
Результат | void |
public IrcRemoveHandler ( int code ) : void | ||
code | int | |
Результат | void |
public IrcRemoveHandler ( int code, IRCDelegate method ) : void | ||
code | int | |
method | IRCDelegate | |
Результат | void |
public IrcRemoveHandler ( string code ) : void | ||
code | string | |
Результат | void |
public IrcRemoveHandler ( string code, IRCDelegate method ) : void | ||
code | string | |
method | IRCDelegate | |
Результат | void |
public Network ( string Server, int Port ) : System | ||
Server | string | |
Port | int | |
Результат | System |
public Network ( string ServerName, int ServerId, string Server, int Port ) : System | ||
ServerName | string | |
ServerId | int | |
Server | string | |
Port | int | |
Результат | System |
public SetConnectionType ( ConnectionType ctype ) : void | ||
ctype | ConnectionType | |
Результат | void |