C# Class NetIRC.Messages.Send.ChannelNotice

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

Public Methods

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

Method Details

ChannelNotice() public method

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

ChannelNotice() public method

public ChannelNotice ( 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