Свойство | Type | Description | |
---|---|---|---|
Data | string | ||
IsResponse | bool | ||
Source | IrcUser | ||
Tag | string | ||
Targets | IList |
Méthode | Description | |
---|---|---|
CtcpMessage ( IrcUser source, IList |
Initializes a new instance of the CtcpMessage structure.
|
|
ToString ( ) : string |
Returns a string representation of this instance.
|
public CtcpMessage ( IrcUser source, IList |
||
source | IrcUser | The source of the message. |
targets | IList |
A list of the targets of the message. |
tag | string | The tag of the message. |
data | string | The data contained by the message, or |
isResponse | bool |
/// |
Résultat | System |