Method | Description | |
---|---|---|
CheckErrorOccurred ( IIrcMessageTarget user ) : void |
Asks the specified user whether an error just occurred.
|
|
CheckErrorOccurred ( IList |
Asks the specified list of users whether an error just occurred.
|
|
CtcpClient ( IrcClient ircClient ) : System |
Initializes a new instance of the CtcpClient class.
|
|
GetTime ( IIrcMessageTarget user ) : void |
Gets the local date/time of the specified user.
|
|
GetTime ( IList |
Gets the local date/time of the specified list of users.
|
|
GetVersion ( IIrcMessageTarget user ) : void |
Gets the client version of the specified user.
|
|
GetVersion ( IList |
Gets the client version of the specified list of users.
|
|
Ping ( IIrcMessageTarget user ) : void |
Pings the specified user.
|
|
Ping ( IList |
Pings the specified list of users.
|
|
SendAction ( IIrcMessageTarget user, string text ) : void |
Sends an action message to the specified list of users.
|
|
SendAction ( IList |
Sends an action message to the specified list of users.
|
|
ToString ( ) : string |
Returns a string representation of this instance.
|
Method | Description | |
---|---|---|
OnActionReceived ( |
Raises the ActionReceived event.
|
|
OnActionSent ( |
Raises the ActionSent event.
|
|
OnError ( IrcErrorEventArgs e ) : void |
Raises the Error event.
|
|
OnErrorMessageResponseReceived ( |
Raises the ErrorMessageReceived event.
|
|
OnPingResponseReceived ( |
Raises the PingResponseReceived event.
|
|
OnRawMessageReceived ( |
Raises the RawMessageReceived event.
|
|
OnRawMessageSent ( |
Raises the RawMessageSent event.
|
|
OnTimeResponseReceived ( |
Raises the TimeResponseReceived event.
|
|
OnVersionResponseReceived ( |
Raises the VersionResponseReceived event.
|
|
SendMessageAction ( IList |
Sends an action message to the specified target.
|
|
SendMessageErrMsg ( IList |
Sends a request for confirming that no error has occurred.
|
|
SendMessagePing ( IList |
Sends a ping request or response to the specified target.
|
|
SendMessageTime ( IList |
Sends a request for the local date/time to the specified target.
|
|
SendMessageVersion ( IList |
Sends a request or response for information about the version of the client.
|
|
WriteMessage ( IList |
||
WriteMessage ( IList |
Method | Description | |
---|---|---|
CtcpDequote ( string value ) : string | ||
CtcpQuote ( string value ) : string | ||
InitializeMessageProcessors ( ) : void | ||
LowLevelDequote ( string value ) : string | ||
LowLevelQuote ( string value ) : string | ||
ProcessMessageAction ( CtcpMessage message ) : void | ||
ProcessMessageErrMsg ( CtcpMessage message ) : void | ||
ProcessMessagePing ( CtcpMessage message ) : void | ||
ProcessMessageTime ( CtcpMessage message ) : void | ||
ProcessMessageVersion ( CtcpMessage message ) : void | ||
ReadMessage ( CtcpMessage message ) : void | ||
ReadMessage ( IrcPreviewMessageEventArgs previewMessageEventArgs, bool isNotice ) : void | ||
WriteMessage ( IList |
Writes the specified message to a target.
|
|
ircClient_Connected ( object sender, EventArgs e ) : void | ||
ircClient_Disconnected ( object sender, EventArgs e ) : void | ||
ircClient_LocalUser_PreviewMessageReceived ( object sender, IrcPreviewMessageEventArgs e ) : void | ||
ircClient_LocalUser_PreviewNoticeReceived ( object sender, IrcPreviewMessageEventArgs e ) : void |
public CheckErrorOccurred ( IIrcMessageTarget user ) : void | ||
user | IIrcMessageTarget | The user to which to send the request. |
return | void |
public CheckErrorOccurred ( IList |
||
users | IList |
A list of users to which to send the request. |
return | void |
public CtcpClient ( IrcClient ircClient ) : System | ||
ircClient | IrcClient | The IRC client by which the CTCP client should communicate. |
return | System |
public GetTime ( IIrcMessageTarget user ) : void | ||
user | IIrcMessageTarget | The user to which to send the request. |
return | void |
public GetTime ( IList |
||
users | IList |
A list of users to which to send the request. |
return | void |
public GetVersion ( IIrcMessageTarget user ) : void | ||
user | IIrcMessageTarget | The user to which to send the request. |
return | void |
public GetVersion ( IList |
||
users | IList |
A list of users to which to send the request. |
return | void |
protected OnActionReceived ( |
||
e | The |
|
return | void |
protected OnActionSent ( |
||
e | The |
|
return | void |
protected OnError ( IrcErrorEventArgs e ) : void | ||
e | IrcErrorEventArgs | The |
return | void |
protected OnErrorMessageResponseReceived ( |
||
e |
/// The |
|
return | void |
protected OnPingResponseReceived ( |
||
e |
/// The |
|
return | void |
protected OnRawMessageReceived ( |
||
e | The |
|
return | void |
protected OnRawMessageSent ( |
||
e | The |
|
return | void |
protected OnTimeResponseReceived ( |
||
e |
/// The |
|
return | void |
protected OnVersionResponseReceived ( |
||
e |
/// The |
|
return | void |
public Ping ( IIrcMessageTarget user ) : void | ||
user | IIrcMessageTarget | The user to which to send the request. |
return | void |
public Ping ( IList |
||
users | IList |
A list of users to which to send the request. |
return | void |
public SendAction ( IIrcMessageTarget user, string text ) : void | ||
user | IIrcMessageTarget | The user to which to send the request. |
text | string | |
return | void |
public SendAction ( IList |
||
users | IList |
A list of users to which to send the request. |
text | string | The text of the message. |
return | void |
protected SendMessageAction ( IList |
||
targets | IList |
A list of the targets of the message. |
text | string | The message text. |
return | void |
protected SendMessageErrMsg ( IList |
||
targets | IList |
A list of the targets of the message. |
tag | string | A tag that can be used for tracking the response. |
isResponse | bool |
/// |
return | void |
protected SendMessagePing ( IList |
||
targets | IList |
A list of the targets of the message. |
info | string | The information to send. |
isResponse | bool |
/// |
return | void |
protected SendMessageTime ( IList |
||
targets | IList |
A list of the targets of the message. |
info | string | The information to send. |
isResponse | bool |
/// |
return | void |
protected SendMessageVersion ( IList |
||
targets | IList |
A list of the targets of the message. |
info | string | The information to send. |
isResponse | bool |
/// |
return | void |
protected WriteMessage ( IList |
||
targets | IList |
|
message | CtcpMessage | The message to write. |
return | void |
protected WriteMessage ( IList |
||
targets | IList |
|
tag | string | The tag of the message. |
data | string | The data contained by the message. |
isResponse | bool |
/// |
return | void |