C# Class wmib.Network

Inheritance: libirc.Network
Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Méthode Description
Network ( string server, Instance Instance, WmIrcProtocol protocol ) : System

Méthodes protégées

Méthode Description
__evt_CTCP ( NetworkCTCPEventArgs args ) : void
__evt_FinishChannelParseUser ( NetworkChannelDataEventArgs args ) : void
__evt_JOIN ( NetworkChannelEventArgs args ) : void
__evt_JOINERROR ( libirc args ) : void
__evt_KICK ( NetworkKickEventArgs args ) : void
__evt_NICK ( NetworkNICKEventArgs args ) : void
__evt_PART ( NetworkChannelDataEventArgs args ) : void
__evt_PRIVMSG ( NetworkPRIVMSGEventArgs args ) : void
__evt_QUIT ( NetworkGenericDataEventArgs args ) : void
__evt__IncomingData ( IncomingDataEventArgs args ) : bool

Method Details

Network() public méthode

public Network ( string server, Instance Instance, WmIrcProtocol protocol ) : System
server string
Instance Instance
protocol WmIrcProtocol
Résultat System

__evt_CTCP() protected méthode

protected __evt_CTCP ( NetworkCTCPEventArgs args ) : void
args NetworkCTCPEventArgs
Résultat void

__evt_FinishChannelParseUser() protected méthode

protected __evt_FinishChannelParseUser ( NetworkChannelDataEventArgs args ) : void
args NetworkChannelDataEventArgs
Résultat void

__evt_JOIN() protected méthode

protected __evt_JOIN ( NetworkChannelEventArgs args ) : void
args NetworkChannelEventArgs
Résultat void

__evt_JOINERROR() protected méthode

protected __evt_JOINERROR ( libirc args ) : void
args libirc
Résultat void

__evt_KICK() protected méthode

protected __evt_KICK ( NetworkKickEventArgs args ) : void
args NetworkKickEventArgs
Résultat void

__evt_NICK() protected méthode

protected __evt_NICK ( NetworkNICKEventArgs args ) : void
args NetworkNICKEventArgs
Résultat void

__evt_PART() protected méthode

protected __evt_PART ( NetworkChannelDataEventArgs args ) : void
args NetworkChannelDataEventArgs
Résultat void

__evt_PRIVMSG() protected méthode

protected __evt_PRIVMSG ( NetworkPRIVMSGEventArgs args ) : void
args NetworkPRIVMSGEventArgs
Résultat void

__evt_QUIT() protected méthode

protected __evt_QUIT ( NetworkGenericDataEventArgs args ) : void
args NetworkGenericDataEventArgs
Résultat void

__evt__IncomingData() protected méthode

protected __evt__IncomingData ( IncomingDataEventArgs args ) : bool
args IncomingDataEventArgs
Résultat bool