Squishy.Irc.IrcClient.OnBeforeSend C# (CSharp) Méthode

OnBeforeSend() protected méthode

Fires when something is sent by the Client. (When Client.SendNow(string) is called.)
protected OnBeforeSend ( string text ) : void
text string The line of text which is supposed to be sent.
Résultat void
        protected virtual void OnBeforeSend(string text)
        {
        }