C# Class NetIRC.Messages.Send.ChannelMode

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

Méthodes publiques

Méthode Description
ChannelMode ( Channel channel ) : System.IO
ChannelMode ( Channel channel, string modes ) : System.IO
ChannelMode ( Channel channel, string modes, string parameters ) : System.IO
ChannelMode ( string channelName ) : System.IO
ChannelMode ( string channelName, string modes ) : System.IO
ChannelMode ( string channelName, string modes, string parameters ) : System.IO
Send ( StreamWriter writer, Client client ) : void

Method Details

ChannelMode() public méthode

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

ChannelMode() public méthode

public ChannelMode ( Channel channel, string modes ) : System.IO
channel Channel
modes string
Résultat System.IO

ChannelMode() public méthode

public ChannelMode ( Channel channel, string modes, string parameters ) : System.IO
channel Channel
modes string
parameters string
Résultat System.IO

ChannelMode() public méthode

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

ChannelMode() public méthode

public ChannelMode ( string channelName, string modes ) : System.IO
channelName string
modes string
Résultat System.IO

ChannelMode() public méthode

public ChannelMode ( string channelName, string modes, string parameters ) : System.IO
channelName string
modes string
parameters string
Résultat System.IO

Send() public méthode

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