Esempio n. 1
0
 //sending files
 public DccFileTransfer(ircBot bot, DccManager manager, FileStream file, string nick, int timeout)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 //receiving files
 public DccFileTransfer(ircBot bot, DccManager manager, string nick, string login, string hostname, string type, string filename, long address, int port, long size)
 {
     throw new NotImplementedException();
 }