C# Class NetIRC.Messages.Send.Who

Inheritance: ISendMessage
Show file Open project: kevin-brown/NetIRC

Public Methods

Method Description
Send ( StreamWriter writer, Client client ) : void
Who ( Channel channel ) : System.IO
Who ( string target ) : System.IO

Method Details

Send() public method

public Send ( StreamWriter writer, Client client ) : void
writer System.IO.StreamWriter
client Client
return void

Who() public method

public Who ( Channel channel ) : System.IO
channel Channel
return System.IO

Who() public method

public Who ( string target ) : System.IO
target string
return System.IO