示例#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);
 }
 public void Send(IProtocolEvent pevent)
 {
     log.Debug("SEND: [{0}] {1}", this, pevent);
     _sender.Send(pevent);
 }