C# Class NetIRC.Messages.Send.Topic

Inheritance: ISendMessage
Afficher le fichier Open project: kevin-brown/NetIRC

Méthodes publiques

Méthode 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 méthode

public Send ( StreamWriter writer, Client client ) : void
writer System.IO.StreamWriter
client Client
Résultat void

Topic() public méthode

public Topic ( Channel channel ) : System.IO
channel Channel
Résultat System.IO

Topic() public méthode

public Topic ( Channel channel, string newTopic ) : System.IO
channel Channel
newTopic string
Résultat System.IO

Topic() public méthode

public Topic ( string channelName ) : System.IO
channelName string
Résultat System.IO

Topic() public méthode

public Topic ( string channelName, string newTopic ) : System.IO
channelName string
newTopic string
Résultat System.IO