public System.Threading.Tasks.Task SendFileToHostAsync(IrisLib.User sender, int chat, IrisLib.File file) { return(base.Channel.SendFileToHostAsync(sender, chat, file)); }
public void SendFileToHost(IrisLib.User sender, int chat, IrisLib.File file) { base.Channel.SendFileToHost(sender, chat, file); }