Schumix.Irc.Flood.AntiFlood.AntiFlood C# (CSharp) Méthode

AntiFlood() public méthode

public AntiFlood ( string ServerName ) : System
ServerName string
Résultat System
        public AntiFlood(string ServerName)
        {
            sMyChannelInfo = sIrcBase.Networks[ServerName].sMyChannelInfo;
            sSendMessage = sIrcBase.Networks[ServerName].sSendMessage;
        }