C# Class IRC.Listener

Afficher le fichier Open project: tamaw/SharpIRC Class Usage Examples

Méthodes publiques

Méthode Description
Listen ( ) : void
Listener ( Client client, NetworkStream networkStream ) : System

Méthodes protégées

Méthode Description
OnReceivedReply ( Reply reply ) : void

Method Details

Listen() public méthode

public Listen ( ) : void
Résultat void

Listener() public méthode

public Listener ( Client client, NetworkStream networkStream ) : System
client Client
networkStream System.Net.Sockets.NetworkStream
Résultat System

OnReceivedReply() protected méthode

protected OnReceivedReply ( Reply reply ) : void
reply Reply
Résultat void