C# Class IRC.Listener

显示文件 Open project: tamaw/SharpIRC Class Usage Examples

Public Methods

Method Description
Listen ( ) : void
Listener ( Client client, NetworkStream networkStream ) : System

Protected Methods

Method Description
OnReceivedReply ( Reply reply ) : void

Method Details

Listen() public method

public Listen ( ) : void
return void

Listener() public method

public Listener ( Client client, NetworkStream networkStream ) : System
client Client
networkStream System.Net.Sockets.NetworkStream
return System

OnReceivedReply() protected method

protected OnReceivedReply ( Reply reply ) : void
reply Reply
return void