Example #1
0
 public void SendHTML(String text)
 {
     if (this.SupportsHTML)
     {
         this.SendPacket(TCPOutbound.HTML(text));
     }
 }