Home
last modified time | relevance | path

Searched refs:DccSend (Results 1 – 6 of 6) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcFeatures/
H A DIrcFeatures.cs286DccSend send = new DccSend(this, user, _ExternalIpAdress, file, filename, filesize, speed, passiv… in SendFile()
386 ((DccSend)dc).SetRemote(e); in CtcpDccDelegate()
387 ((DccSend)dc).AcceptRequest(null, 0); in CtcpDccDelegate()
393 DccSend send = new DccSend(this, _ExternalIpAdress, e); in CtcpDccDelegate()
400 if((dc is DccSend) && (((DccSend)dc).TryResume(e))) { in CtcpDccDelegate()
408 if((dc is DccSend) && (((DccSend)dc).TryAccept(e))) { in CtcpDccDelegate()
H A DDccSend.cs36 public class DccSend : DccConnection class
57 …internal DccSend(IrcFeatures irc, string user, IPAddress externalIpAdress, Stream file, string fil… in DccSend() method in Meebey.SmartIrc4net.DccSend
77 internal DccSend(IrcFeatures irc, IPAddress externalIpAdress, CtcpEventArgs e) : base() in DccSend() method in Meebey.SmartIrc4net.DccSend
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcFeatures/
H A DIrcFeatures.cs286DccSend send = new DccSend(this, user, _ExternalIpAdress, file, filename, filesize, speed, passiv… in SendFile()
386 ((DccSend)dc).SetRemote(e); in CtcpDccDelegate()
387 ((DccSend)dc).AcceptRequest(null, 0); in CtcpDccDelegate()
393 DccSend send = new DccSend(this, _ExternalIpAdress, e); in CtcpDccDelegate()
400 if((dc is DccSend) && (((DccSend)dc).TryResume(e))) { in CtcpDccDelegate()
408 if((dc is DccSend) && (((DccSend)dc).TryAccept(e))) { in CtcpDccDelegate()
H A DDccSend.cs36 public class DccSend : DccConnection class
57 …internal DccSend(IrcFeatures irc, string user, IPAddress externalIpAdress, Stream file, string fil… in DccSend() method in Meebey.SmartIrc4net.DccSend
77 internal DccSend(IrcFeatures irc, IPAddress externalIpAdress, CtcpEventArgs e) : base() in DccSend() method in Meebey.SmartIrc4net.DccSend
/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dirccontextmenus.h41 DccSend, StartDccChat, StartDccWhiteboard, enumerator
H A Dirccontextmenus.cpp451 …m_sharedDccActions << createAction(DccSend, QIcon::fromTheme(QStringLiteral("arrow-right-double"))… in createSharedDccActions()
653 case DccSend: in processNickAction()