Send a DCC Chat request to a remote user and use the default timeout period of 30 seconds.
Send a DCC Chat request to a remote user and use the default timeout period of 30 seconds.
public static DccChatSession Request(DccUserInfo,string,int);
Send a DCC Chat request to a remote user and wait for a connection using timeout period specified.
public static DccChatSession Request(DccUserInfo,string,int,long);
DccChatSession Class | Sharkbite.Irc Namespace