프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BouncerHost | string | ||
BouncerPort | int | ||
ChannelsJoined | bool | ||
IsDisconnected | bool | ||
IsWorking | bool |
메소드 | 설명 | |
---|---|---|
Authenticate ( bool wait = true ) : bool | ||
DebugLog ( string Text, int Verbosity ) : void | ||
Disconnect ( ) : System.Result | ||
Open ( ) : Thread | ||
TrafficLog ( string text, bool incoming ) : void | ||
Transfer ( string text, libirc priority, libirc network ) : System.Result | ||
WmIrcProtocol ( string ServerHost, string bouncerHost, int bouncerPort ) : System |
메소드 | 설명 | |
---|---|---|
SafeDc ( ) : void |
메소드 | 설명 | |
---|---|---|
KillSelf ( string reason ) : void | ||
NetworkInit ( ) : void | ||
ThreadExec ( ) : void | ||
_Connect ( ) : bool | ||
connectBnc ( ) : bool |
public DebugLog ( string Text, int Verbosity ) : void | ||
Text | string | |
Verbosity | int | |
리턴 | void |
public TrafficLog ( string text, bool incoming ) : void | ||
text | string | |
incoming | bool | |
리턴 | void |
public Transfer ( string text, libirc priority, libirc network ) : System.Result | ||
text | string | |
priority | libirc | |
network | libirc | |
리턴 | System.Result |
public WmIrcProtocol ( string ServerHost, string bouncerHost, int bouncerPort ) : System | ||
ServerHost | string | |
bouncerHost | string | |
bouncerPort | int | |
리턴 | System |