Exemplo n.º 1
0
 private void Emit(IProtocolEvent pevent)
 {
     pevent.Channel = _channel;
     _connection.Send(pevent);
 }
Exemplo n.º 2
0
 public void Send(IProtocolEvent pevent)
 {
     log.Debug("SEND: [{0}] {1}", this, pevent);
     _sender.Send(pevent);
 }
Exemplo n.º 3
0
 public void Send(IProtocolEvent pevent)
 {
     log.Debug("SEND: [{0}] {1}", this, pevent);
     _sender.Send(pevent);
 }