C# Class NetIRC.Messages.Send.Topic

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

Public Methods

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

Method Details

Send() public method

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

Topic() public method

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

Topic() public method

public Topic ( Channel channel, string newTopic ) : System.IO
channel Channel
newTopic string
return System.IO

Topic() public method

public Topic ( string channelName ) : System.IO
channelName string
return System.IO

Topic() public method

public Topic ( string channelName, string newTopic ) : System.IO
channelName string
newTopic string
return System.IO