Exemple #1
0
 public void Send(IDataCell cell, IPEndPoint remoteIP)
 {
     byte[] buffer = cell.ToBuffer();
     SendInternal(buffer, remoteIP);
 }
Exemple #2
0
 public void Send(IDataCell cell, IPEndPoint remoteIP)
 {
     byte[] buffer = cell.ToBuffer();
     SendInternal(buffer, remoteIP);
 }