C# Class NetIRC.Messages.Send.ChannelMode

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

Public Methods

Method 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 method

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

ChannelMode() public method

public ChannelMode ( Channel channel, string modes ) : System.IO
channel Channel
modes string
return System.IO

ChannelMode() public method

public ChannelMode ( Channel channel, string modes, string parameters ) : System.IO
channel Channel
modes string
parameters string
return System.IO

ChannelMode() public method

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

ChannelMode() public method

public ChannelMode ( string channelName, string modes ) : System.IO
channelName string
modes string
return System.IO

ChannelMode() public method

public ChannelMode ( string channelName, string modes, string parameters ) : System.IO
channelName string
modes string
parameters string
return System.IO

Send() public method

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