C# Class IrcD.Channel.UserPerChannelInfo

Inheritance: InfoBase
Exibir arquivo Open project: FreeApophis/ircddotnet Class Usage Examples

Public Methods

Method Description
UserPerChannelInfo ( UserInfo userInfo, ChannelInfo channelInfo ) : System.Text
WriteLine ( StringBuilder line ) : int

This method just delegates the work to

WriteLine ( StringBuilder line, UserInfo exception ) : int

Method Details

UserPerChannelInfo() public method

public UserPerChannelInfo ( UserInfo userInfo, ChannelInfo channelInfo ) : System.Text
userInfo UserInfo
channelInfo ChannelInfo
return System.Text

WriteLine() public method

This method just delegates the work to
public WriteLine ( StringBuilder line ) : int
line System.Text.StringBuilder
return int

WriteLine() public method

public WriteLine ( StringBuilder line, UserInfo exception ) : int
line System.Text.StringBuilder
exception UserInfo
return int