C# Class NetIRC.Messages.Send.CTCP.Action

Inheritance: ISendMessage
Datei anzeigen Open project: kevin-brown/NetIRC

Public Methods

Method Description
Action ( Channel channel, string message ) : System.IO
Action ( string channelName, string message ) : System.IO
Send ( StreamWriter writer, Client client ) : void

Method Details

Action() public method

public Action ( Channel channel, string message ) : System.IO
channel Channel
message string
return System.IO

Action() public method

public Action ( string channelName, string message ) : System.IO
channelName string
message string
return System.IO

Send() public method

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