Méthode | Description | |
---|---|---|
Chat ( string target, System.TimeSpan timeout, int port ) : |
Sends a Dcc Chat request to the specified target and establishs a DccChatClient and a corresponding Listener with a custom timeout to listen for the incoming Chat Session.
|
|
Chat ( string target, int port ) : |
Sends a Dcc Chat request to the specified target and establishs a DccChatClient and a corresponding Listener with the default timeout (1 Minute) to listen for the incoming chat session.
|
|
GetChatClient ( IrcUser user ) : |
||
GetChatClient ( string nick ) : |
Returns a DccChatClient that is established with the user who has the corresponding nick.
|
|
GetTransferClient ( IrcUser user, string filename ) : |
Returns a DccTransferClient that is established with the given user and transferring the specific file or null.
|
|
GetTransferClients ( IrcUser user ) : List |
Returns an array of DccTransferClients that are established with the corresponding user.
|
|
Send ( string target, string filename, System.TimeSpan timeout, int port ) : |
Sends a Dcc Send request to the specified target and establishs a DccSendListener with a custom timeout to listen for a user in order to start a file transfer.
|
|
Send ( string target, string filename, int port ) : |
Sends a Dcc Send request to the specified target and establishs a DccSendListener with the default timeout to listen for the incoming Chat Session.
|
Méthode | Description | |
---|---|---|
AddChatClient ( |
||
AddTransferClient ( |
||
BytesTransferredNotify ( |
||
ChatClosedNotify ( |
||
ChatEstablishedNotify ( |
||
ChatFailedNotify ( |
||
ChatMessageReceivedNotify ( |
||
ChatRequestedNotify ( |
||
Dcc ( IrcClient irc ) : System | ||
Handle ( IrcUser user, string info ) : void | ||
HandleAccept ( IrcUser user, string args ) : void | ||
HandleChat ( IrcUser user, string args ) : void | ||
HandleInvalid ( IrcUser user, string command, string args ) : void | ||
HandleResume ( IrcUser user, string args ) : void | ||
HandleSend ( IrcUser user, string args ) : void | ||
InvalidRequestNotify ( IrcUser user, string request, string args ) : void | ||
ListenerFailedNotify ( Squishy.Irc.Dcc.DccListener serv, |
||
ListenerTimeoutNotify ( Squishy.Irc.Dcc.DccListener listener ) : void | ||
ReceiveTimeoutNotify ( |
||
RemoveChatClient ( |
||
RemoveTransferClient ( |
||
RequestReceivedNotify ( IrcUser user, string request, string args ) : void | ||
SendRequestedNotify ( |
||
StartReceive ( IrcUser user, |
||
TransferDoneNotify ( |
||
TransferEstablishedNotify ( |
||
TransferFailedNotify ( |
public Chat ( string target, System.TimeSpan timeout, int port ) : |
||
target | string | The nick of the user who should receive a file. |
timeout | System.TimeSpan | Specifies how long the listener should wait for an incoming receiver. |
port | int | |
Résultat |
public Chat ( string target, int port ) : |
||
target | string | The nick of the user who a chat session is supposed to be established with. |
port | int | |
Résultat |
public GetChatClient ( IrcUser user ) : |
||
user | IrcUser | |
Résultat |
public GetChatClient ( string nick ) : |
||
nick | string | |
Résultat |
public GetTransferClient ( IrcUser user, string filename ) : |
||
user | IrcUser | |
filename | string | |
Résultat |
public GetTransferClients ( IrcUser user ) : List |
||
user | IrcUser | |
Résultat | List |
public Send ( string target, string filename, System.TimeSpan timeout, int port ) : |
||
target | string | The nick of the user who should receive a file. |
filename | string | The name of the file which should be sent. |
timeout | System.TimeSpan | Specifies how long the listener should wait for an incoming receiver. |
port | int | |
Résultat |
public Send ( string target, string filename, int port ) : |
||
target | string | The nick of the user who should receive a file. |
filename | string | The name of the file which should be sent. |
port | int | |
Résultat |