public override void Send(ICopyable p) { _e.Send(p); Interlocked.Exchange(ref _last_out_packet_datetime, DateTime.UtcNow.Ticks); }
///<summary>Sends the data over the underlying edge.</summary> public override void Send(ICopyable p) { _edge.Send(p); }