Home | All Classes | Grouped Classes | Index | Search
IRC DCC download session object. More...
Derived from:
none
Derived by:
none
Group: Network (Internet Relay Chat)
#include <ClanLib/network.h>
Construction:
Constructs a new DCC download session. |
Attributes:
Returns the number of bytes transfered so far. | |
Returns the total size of file. | |
Returns the current status of the download. | |
sig_connection_lost(error_message) | |
sig_download_complete() |
Operations:
Copy assignment operator. | |
Attemp to reconnect and resume download. |
Detailed description:
!group=Network/Internet Relay Chat! !header=network.h!This class connects to an IRC client listening for an incoming DCC connection and then downloads the file offered. Should be used in response to a DCC SEND CTCP command.