Method | Description | |
---|---|---|
GetText ( |
Gets the text of the message in the specified encoding.
|
|
IrcMessageEventArgs ( IIrcMessageSource source, IList |
Initializes a new instance of the IrcMessageEventArgs class.
|
public GetText ( |
||
encoding |
/// The encoding in which to get the message text, or |
|
return | string |
public IrcMessageEventArgs ( IIrcMessageSource source, IList |
||
source | IIrcMessageSource | The source of the message. |
targets | IList |
A list of the targets of the message. |
text | string | The text of the message. |
encoding | The encoding of the message text. | |
return | System.Net.Security |