Пример #1
0
 private void Emit(IProtocolEvent pevent)
 {
     pevent.Channel = _channel;
     _connection.Send(pevent);
 }
Пример #2
0
 public void Send(IProtocolEvent pevent)
 {
     log.Debug("SEND: [{0}] {1}", this, pevent);
     _sender.Send(pevent);
 }
Пример #3
0
 public void Send(IProtocolEvent pevent)
 {
     log.Debug("SEND: [{0}] {1}", this, pevent);
     _sender.Send(pevent);
 }